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:
@ -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_
|
||||
|
Reference in New Issue
Block a user