| From: | momjian(at)postgresql(dot)org (Bruce Momjian - CVS) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/src backend/executor/execMain.c b ... |
| Date: | 2002-08-28 20:46:24 |
| Message-ID: | 20020828204624.2175C4763B5@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/08/28 16:46:24
Modified files:
src/backend/executor: execMain.c
src/backend/optimizer/plan: planner.c
src/backend/parser: analyze.c gram.y
src/backend/utils/adt: mac.c tid.c varlena.c
src/bin/pg_dump: pg_backup_tar.c pg_backup_tar.h
src/bin/psql : print.c
src/interfaces/cli: example2.c
src/pl/plpgsql/src: gram.y pl_comp.c
Log message:
backend where a statically sized buffer is written to. Most of these
should be pretty safe in practice, but it's probably better to be safe
than sorry.
I was actually looking for cases where NAMEDATALEN is assumed to be
32, but only found one. That's fixed too, as well as a few bits of
code cleanup.
Neil Conway
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian - CVS | 2002-08-28 20:46:47 | pgsql-server/src/backend/catalog index.c |
| Previous Message | Bruce Momjian - CVS | 2002-08-28 20:18:58 | pgsql-server/src/interfaces/python pgmodule.c |