Standardize use of REFRESH PUBLICATION in code and messages.
authorAmit Kapila <[email protected]>
Wed, 15 Oct 2025 03:42:27 +0000 (03:42 +0000)
committerAmit Kapila <[email protected]>
Wed, 15 Oct 2025 03:42:27 +0000 (03:42 +0000)
commit2436b8c047fff793c9d115dd0acb48c0b6e114d9
tree9dc1dba72933623f6cc3d123e4d90899284e36b2
parentfa55be2a506a77772cab1d62430cc2217413f9ec
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_NwvNdidw9F2os7GERUeSxSKv71gXysQ@mail.gmail.com
src/backend/commands/subscriptioncmds.c
src/backend/parser/gram.y
src/include/nodes/parsenodes.h
src/test/regress/expected/object_address.out
src/test/regress/expected/subscription.out