Re: [HACKERS] interface libpq Makefile.in patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] interface libpq Makefile.in patch
Date
Msg-id 13102.918710286@sss.pgh.pa.us
Whole thread Raw
In response to interface libpq Makefile.in patch  (Ryan Bradetich <rbrad@hpb50023.boi.hp.com>)
Responses Re: [HACKERS] interface libpq Makefile.in patch  (Michael Meskes <Michael_Meskes@topmail.de>)
Re: [HACKERS] interface libpq Makefile.in patch  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Ryan Bradetich <rbrad@hpb50023.boi.hp.com> writes:
> The following patch is needed to compile the current development tree
> with perl support.  The addition of MemoryContextAlloc,
> MemoryContextFree, and MemoryContexRealloc in
> ./src/include/utils/palloc.h require these additional header files.

Something wrong here ... palloc should not be visible outside the
backend.  libpq used to have vestigial dependencies on some backend
header files, but I thought I'd got rid of them.

I have not compiled the perl module in a while; I'll check this.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] PostgreSQL and Solaris 7?
Next
From: Michael Meskes
Date:
Subject: Re: [HACKERS] Keywords