| From: | tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/src/backend access/transam/slru.c ... |
| Date: | 2004-01-28 21:02:40 |
| Message-ID: | 20040128210240.B099AD1BB89@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-01-28 22:14:04 | pgsql-server/src/bin/psql copy.c |
| Previous Message | Tom Lane | 2004-01-28 20:43:04 | pgsql-server/src/interfaces/ecpg/preproc ecpg.c |