mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +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:
@ -1448,7 +1448,7 @@ pg_show_replication_origin_status(PG_FUNCTION_ARGS)
|
||||
int i;
|
||||
#define REPLICATION_ORIGIN_PROGRESS_COLS 4
|
||||
|
||||
/* we we want to return 0 rows if slot is set to zero */
|
||||
/* we want to return 0 rows if slot is set to zero */
|
||||
replorigin_check_prerequisites(false, true);
|
||||
|
||||
if (rsinfo == NULL || !IsA(rsinfo, ReturnSetInfo))
|
||||
|
Reference in New Issue
Block a user