> Marko Kreen <marko@l-t.ee> writes:
Bruce Momjian <bruce@momjian.us>
> 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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_coerce.c | modified | +5 −1 |
| src/backend/parser/parse_target.c | modified | +5 −3 |
| src/backend/postmaster/postmaster.c | modified | +12 −16 |
| src/backend/tcop/postgres.c | modified | +37 −34 |
| src/backend/utils/misc/guc.c | modified | +3 −3 |
| src/include/parser/parse_coerce.h | modified | +8 −1 |