mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
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.
This commit is contained in:
@ -1347,7 +1347,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
|
||||
|
Reference in New Issue
Block a user