pgsql-server/src/backend access/transam/slru.c ...
Started by Tom Laneover 22 years ago1 messagescomitters
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 04/01/28 17:02:40
Modified files:
src/backend/access/transam: slru.c
src/backend/catalog: index.c
src/backend/commands: copy.c tablecmds.c
src/backend/postmaster: pgstat.c postmaster.c
src/backend/tcop: postgres.c
src/backend/utils/init: globals.c
Log message:
Review uses of IsUnderPostmaster, change some tests to look at
whereToSendOutput instead because they are really inquiring about
the correct client communication protocol. Update some comments.
This is pointing towards supporting regular FE/BE client protocol
in a standalone backend, per discussion a month or so back.