Skip to content

Commit d87ab88

Browse files
committed
Fix typos in reloptions.c
Author: Kirk Jamison Discussion: https://postgr.es/m/D09B13F772D2274BB348A310EE3027C6493463@g01jpexmbkw24
1 parent d4e2a84 commit d87ab88

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 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
@@ -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 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

9999
static relopt_bool boolRelOpts[] =

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy