aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2018-07-09 16:10:44 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2018-07-18 16:18:27 +0300
commited529faf7ec1e1a879c6f3b9eecd426c813749e6 (patch)
treec3f8d6dc9327e93a2d209171ad9854b731c31d25 /src/backend/executor/nodeModifyTable.c
parent4beb25c63221393f8a7ec790ebce1d6b5911289a (diff)
downloadpostgresql-ed529faf7ec1e1a879c6f3b9eecd426c813749e6.tar.gz
postgresql-ed529faf7ec1e1a879c6f3b9eecd426c813749e6.zip
Fix misc typos, mostly in comments.
A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
-rw-r--r--src/backend/executor/nodeModifyTable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeModifyTable.c b/src/backend/executor/nodeModifyTable.c
index acd27b04821..7de4568b03e 100644
--- a/src/backend/executor/nodeModifyTable.c
+++ b/src/backend/executor/nodeModifyTable.c
@@ -1097,7 +1097,7 @@ lreplace:;
* (but still lock row, even though it may not satisfy estate's
* snapshot).
*
- * Returns true if if we're done (with or without an update), or false if
+ * Returns true if we're done (with or without an update), or false if
* the caller must retry the INSERT from scratch.
*/
static bool