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 <[email protected]>
Author: Hou Zhijie <[email protected]>
Reviewed-by: shveta malik <[email protected]>
Reviewed-by: Dilip Kumar <[email protected]>
Reviewed-by: Peter Smith <[email protected]>
Reviewed-by: Hayato Kuroda <[email protected]>
Reviewed-by: Amit Kapila <[email protected]>
Discussion: 
https://postgr.es/m/caa4ek1lc+kjiaksrpe_nwvndidw9f2os7geruesxskv71gx...@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(-)

Reply via email to