Fix ecpg dependency on postgres.h

Started by Zdenek Kotalaover 18 years ago2 messagespatches
Jump to latest
#1Zdenek Kotala
Zdenek.Kotala@Sun.COM

I attached the patch which fix ecpg dependency on postgresql.h. This was
discussed on hackers:

http://archives.postgresql.org/pgsql-hackers/2007-10/msg01261.php

Directory pgsql/src/interfaces/ecpg/preproc/parser should be removed and
there is new file pgsql/src/interfaces/ecpg/preproc/parser.c which is
little bit modified version (only different headers are included) of
pgsql/src/backend/parser/parser.c.

Zdenek

Attachments:

ecpg.patchtext/x-patch; name=ecpg.patchDownload+172-5
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Zdenek Kotala (#1)
Re: Fix ecpg dependency on postgres.h

Zdenek Kotala <Zdenek.Kotala@Sun.COM> writes:

I attached the patch which fix ecpg dependency on postgresql.h. This was
discussed on hackers:

Applied with revisions (again, wrong place to include postgres_fe.h)

regards, tom lane