diff options
author | Amit Kapila <akapila@postgresql.org> | 2024-07-01 11:36:56 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2024-07-01 11:36:56 +0530 |
commit | 2357c9223b710c91b0f05cbc56bd435baeac961f (patch) | |
tree | aa6c7bd96ebff42cab21978962dede203e82b61e /src/tools | |
parent | 0c3930d0768943ad1dedb5a6ace250ce9b65915c (diff) |
Rename standby_slot_names to synchronized_standby_slots.
The standby_slot_names GUC allows the specification of physical standby
slots that must be synchronized before the logical walsenders associated
with logical failover slots. However, for this purpose, the GUC name is
too generic.
Author: Hou Zhijie
Reviewed-by: Bertrand Drouvot, Masahiko Sawada
Backpatch-through: 17
Discussion: https://postgr.es/m/ZnWeUgdHong93fQN@momjian.us
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/pgindent/typedefs.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 82b3b411fb5..e6c1caf6498 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -2717,7 +2717,6 @@ SplitPoint SplitTextOutputData SplitVar StackElem -StandbySlotNamesConfigData StartDataPtrType StartLOPtrType StartLOsPtrType @@ -2782,6 +2781,7 @@ SyncRepConfigData SyncRepStandbyData SyncRequestHandler SyncRequestType +SyncStandbySlotsConfigData SyncingTablesState SysFKRelationship SysScanDesc |