pgsql-server/src/backend commands/tablecmds.c ...

Started by Bruce Momjianalmost 24 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@postgresql.org 02/08/26 23:56:35

Modified files:
src/backend/commands: tablecmds.c
src/backend/parser: analyze.c
src/backend/storage/ipc: shmqueue.c
src/backend/utils/adt: acl.c sets.c

Log message:
This patches replaces a few more usages of strcpy() and sprintf() when
copying into a fixed-size buffer (in this case, a buffer of
NAMEDATALEN bytes). AFAICT nothing to worry about here, but worth
fixing anyway...

Neil Conway