1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Rename xmalloc to pg_malloc for consistency with psql usage.

Add missing plperl include.
This commit is contained in:
Bruce Momjian
2005-07-10 16:13:13 +00:00
parent f86c63ab6a
commit e8a3e6b8a0
3 changed files with 26 additions and 25 deletions

View File

@ -33,7 +33,7 @@
* ENHANCEMENTS, OR MODIFICATIONS.
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.83 2005/07/10 15:32:47 momjian Exp $
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.84 2005/07/10 16:13:13 momjian Exp $
*
**********************************************************************/
@ -61,6 +61,7 @@
#include "perl.h"
#include "XSUB.h"
#include "ppport.h"
#include "spi_internal.h"
/* just in case these symbols aren't provided */
#ifndef pTHX_