aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2023-01-23 19:25:23 -0800
committerAndres Freund <andres@anarazel.de>2023-01-23 19:25:23 -0800
commit728f86fec65537eade8d9e751961782ddb527934 (patch)
tree1875d61da7df5c589f1f5f780acbb16f9f437bdb /src/backend/commands/dbcommands.c
parente4602483e95bebd4da31e4ea95dc5c7f715c1e4f (diff)
downloadpostgresql-728f86fec65537eade8d9e751961782ddb527934.tar.gz
postgresql-728f86fec65537eade8d9e751961782ddb527934.zip
libpqwalreceiver: Convert to libpq-be-fe-helpers.h
In contrast to the changes to dblink and postgres_fdw, this does not fix a bug, as libpqwalreceiver did already process interrupts. Besides reducing code duplication, the conversion leads to libpqwalreceiver now using reserving file descriptors for libpq connections. While not strictly required for the use in walreceiver, we are also using libpqwalreceiver for logical replication, where it does seem more important. Even if we eventually decide to backpatch the prior commits, there'd be no need to backpatch this commit, due to not fixing an active bug. Reviewed-by: Thomas Munro <thomas.munro@gmail.com> Discussion: https://postgr.es/m/20220925232237.p6uskba2dw6fnwj2@awork3.anarazel.de
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions