pgsql: Throw ERROR when publish_generated_columns is specified without

2025-08-05 Thread Amit Kapila
Throw ERROR when publish_generated_columns is specified without a value. Previously, specifying the publication option 'publish_generated_columns' without an explicit value would incorrectly default to 'stored', which is not the intended behavior. This patch fixes the issue by raising an ERROR wh

pgsql: Throw ERROR when publish_generated_columns is specified without

2025-08-05 Thread Amit Kapila
Throw ERROR when publish_generated_columns is specified without a value. Previously, specifying the publication option 'publish_generated_columns' without an explicit value would incorrectly default to 'stored', which is not the intended behavior. This patch fixes the issue by raising an ERROR wh