mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Fix an assortment of typos
Author: Alexander Lakhin Discussion: https://postgr.es/m/ae9f2fcb-4b24-5bb0-4240-efbbbd944ca1@gmail.com
This commit is contained in:
@ -1041,8 +1041,8 @@ ValidateSlotSyncParams(int elevel)
|
||||
/*
|
||||
* Logical slot sync/creation requires wal_level >= logical.
|
||||
*
|
||||
* Sincle altering the wal_level requires a server restart, so error out
|
||||
* in this case regardless of elevel provided by caller.
|
||||
* Since altering the wal_level requires a server restart, so error out in
|
||||
* this case regardless of elevel provided by caller.
|
||||
*/
|
||||
if (wal_level < WAL_LEVEL_LOGICAL)
|
||||
ereport(ERROR,
|
||||
|
Reference in New Issue
Block a user