mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Fix typos and grammar in the code
The large majority of these have been introduced by recent commits done in the v18 development cycle. Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/9a7763ab-5252-429d-a943-b28941e0e28b@gmail.com
This commit is contained in:
@@ -357,7 +357,7 @@ AppendJumble64(JumbleState *jstate, const unsigned char *value)
|
||||
|
||||
/*
|
||||
* FlushPendingNulls
|
||||
* Incorporate the pending_null value into the jumble buffer.
|
||||
* Incorporate the pending_nulls value into the jumble buffer.
|
||||
*
|
||||
* Note: Callers must ensure that there's at least 1 pending NULL.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user