CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian@hub.org 01/06/23 18:23:50
Modified files:
src/backend/parser: parse_coerce.c parse_target.c
src/backend/postmaster: postmaster.c
src/backend/tcop: postgres.c
src/backend/utils/misc: guc.c
src/include/parser: parse_coerce.h
Log message:
> Marko Kreen <marko@l-t.ee> writes:
> > secure_ctx changes too. it will be PGC_BACKEND after '-p'.
>
> Oh, okay, I missed that part. Could we see the total state of the
> patch --- ie, a diff against current CVS, not a bunch of deltas?
> I've gotten confused about what's in and what's out.
Ok, here it is. Cleared the ctx comment too - after -p
it will be PGC_BACKEND in any case.
Marko Kreen