File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/backend/access/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7777 * n_distinct options can be set at ShareUpdateExclusiveLock because they
7878 * are only used during ANALYZE, which uses a ShareUpdateExclusiveLock,
7979 * so the ANALYZE will not be affected by in-flight changes. Changing those
80- * values has no affect until the next ANALYZE, so no need for stronger lock.
80+ * values has no effect until the next ANALYZE, so no need for stronger lock.
8181 *
8282 * Planner-related parameters can be set with ShareUpdateExclusiveLock because
8383 * they only affect planning and not the correctness of the execution. Plans
9393 * vacuum_truncate can be set at ShareUpdateExclusiveLock because it
9494 * is only used during VACUUM, which uses a ShareUpdateExclusiveLock,
9595 * so the VACUUM will not be affected by in-flight changes. Changing its
96- * value has no affect until the next VACUUM, so no need for stronger lock.
96+ * value has no effect until the next VACUUM, so no need for stronger lock.
9797 */
9898
9999static relopt_bool boolRelOpts [] =
You can’t perform that action at this time.
0 commit comments