pgsql: Add #include postgres_fe.h in two win32-specific files, because - Mailing list pgsql-committers

From [email protected] (Bruce Momjian)
Subject pgsql: Add #include postgres_fe.h in two win32-specific files, because
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add #include postgres_fe.h in two win32-specific files, because there is
pg-specific code in those files, or might be some day.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        pthread-win32.c (r1.11 -> r1.12)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/pthread-win32.c.diff?r1=1.11&r2=1.12)
        win32.c (r1.17 -> r1.18)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/win32.c.diff?r1=1.17&r2=1.18)

pgsql-committers by date:

Previous
From: [email protected] (User Pgstudy)
Date:
Subject: fulldisjunction - fd: Finally! added dictionary support so you can give
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Add: > * Add support for SQL-standard GENERATED/IDENTITY columns