]> granicus.if.org Git - postgresql/commit
Warn if wal_level is too low when creating a publication.
authorThomas Munro <tmunro@postgresql.org>
Fri, 12 Jul 2019 22:35:34 +0000 (10:35 +1200)
committerThomas Munro <tmunro@postgresql.org>
Fri, 12 Jul 2019 22:35:34 +0000 (10:35 +1200)
commitb31fbe852c095a827caade2e0702f8a215053bea
treede2639248cc767897adb4bebe6509bdc4e847648
parentd3751adcf14d3baacc9738ee9ce869dc1c31d7ad
Warn if wal_level is too low when creating a publication.

Provide a hint to users that they need to increase wal_level before
subscriptions can work.

Author: Lucas Viecelli, with some adjustments by Thomas Munro
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/CAPjy-57rn5Y9g4e5u--eSOP-7P4QrE9uOZmT2ZcUebF8qxsYhg%40mail.gmail.com
src/backend/commands/publicationcmds.c
src/test/regress/expected/object_address.out
src/test/regress/expected/publication.out
src/test/regress/sql/object_address.sql
src/test/regress/sql/publication.sql