postgresql/src
Amit Kapila 79243de13f Restart the apply worker if the privileges have been revoked.
Restart the apply worker if the subscription owner's superuser privileges
have been revoked. This is required so that the subscription connection
string gets revalidated and use the password option to connect to the
publisher for non-superusers, if required.

Author: Vignesh C
Reviewed-by: Amit Kapila
Discussion: http://postgr.es/m/CALDaNm2Dxmhq08nr4P6G+24QvdBo_GAVyZ_Q1TcGYK+8NHs9xw@mail.gmail.com
2023-10-17 08:41:44 +05:30
..
backend Restart the apply worker if the privileges have been revoked. 2023-10-17 08:41:44 +05:30
bin Add support event triggers on authenticated login 2023-10-16 03:18:22 +03:00
common Try to handle torn reads of pg_control in frontend. 2023-10-16 17:33:08 +13:00
fe_utils Don't spuriously report FD_SETSIZE exhaustion on Windows. 2023-10-14 15:54:46 -07:00
include Restart the apply worker if the privileges have been revoked. 2023-10-17 08:41:44 +05:30
interfaces Add some const qualifiers 2023-09-26 11:28:57 +01:00
makefiles Remove --disable-thread-safety and related code. 2023-07-12 08:20:43 +12:00
pl Remove environment sensitivity in pl/tcl regression test. 2023-09-29 20:21:10 -04:00
port Meson: check for pg_config_paths.h left over from make 2023-08-24 10:33:53 +12:00
template
test Restart the apply worker if the privileges have been revoked. 2023-10-17 08:41:44 +05:30
timezone Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
tools Improve the naming in wal_sync_method code. 2023-10-13 15:16:45 -05:00
tutorial Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Suppress macOS warnings about duplicate libraries in link commands. 2023-09-29 14:07:30 -04:00
Makefile.shlib Stop using "-multiply_defined suppress" on macOS. 2023-09-26 21:06:21 -04:00
meson.build
nls-global.mk