Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd87ab88

Browse files
committed
Fix typos in reloptions.c
Author: Kirk JamisonDiscussion:https://postgr.es/m/D09B13F772D2274BB348A310EE3027C6493463@g01jpexmbkw24
1 parentd4e2a84 commitd87ab88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/access/common/reloptions.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
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 noaffect until the next ANALYZE, so no need for stronger lock.
80+
* values has noeffect 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
@@ -93,7 +93,7 @@
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 noaffect until the next VACUUM, so no need for stronger lock.
96+
* value has noeffect until the next VACUUM, so no need for stronger lock.
9797
*/
9898

9999
staticrelopt_boolboolRelOpts[]=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp