pgsql-server/src backend/tcop/fastpath.c inclu ...

Started by Tom Laneover 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 03/01/09 13:00:24

Modified files:
src/backend/tcop: fastpath.c
src/include : c.h miscadmin.h pgstat.h
src/include/catalog: pg_conversion.h
src/include/commands: typecmds.h
src/include/utils: acl.h

Log message:
Move new typedef AclId into c.h, so as to avoid cluttering namespace
by having to include miscadmin.h into other header files.