pgsql: Standardize use of REFRESH PUBLICATION in code and messages.

Поиск
Список
Период
Сортировка
Искать

pgsql: Standardize use of REFRESH PUBLICATION in code and messages.

От:
Amit Kapila <akapila@postgresql.org>
Дата:
Standardize use of REFRESH PUBLICATION in code and messages.

This patch replaces ALTER SUBSCRIPTION REFRESH with
ALTER SUBSCRIPTION REFRESH PUBLICATION in comments and error messages to
improve clarity and support future extensibility. The change aligns with
upcoming addition REFRESH SEQUENCES for sequence synchronization.

Author: vignesh C 
Author: Hou Zhijie 
Reviewed-by: shveta malik 
Reviewed-by: Dilip Kumar 
Reviewed-by: Peter Smith 
Reviewed-by: Hayato Kuroda 
Reviewed-by: Amit Kapila 
Discussion: https://postgr.es/m/CAA4eK1LC+KJiAkSrpE_NwvNdidw9F2os7GERUeSxSKv71gXysQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2436b8c047fff793c9d115dd0acb48c0b6e114d9

Modified Files
--------------
src/backend/commands/subscriptioncmds.c      | 51 ++++++++++++++--------------
src/backend/parser/gram.y                    |  2 +-
src/include/nodes/parsenodes.h               |  2 +-
src/test/regress/expected/object_address.out |  2 +-
src/test/regress/expected/subscription.out   | 28 +++++++--------
5 files changed, 43 insertions(+), 42 deletions(-)

FAQ