mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
Use #define instead of typedef for plperl because perl defines
uid_t/gid_t too.
This commit is contained in:
@@ -33,10 +33,11 @@
|
||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.51 2004/09/13 20:08:59 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.52 2004/10/06 16:36:02 momjian Exp $
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
#define PLPERL_HAVE_UID_GID
|
||||
#include "postgres.h"
|
||||
|
||||
/* system stuff */
|
||||
|
Reference in New Issue
Block a user