pgsql: Looks like we can't declare getpeereid on Windows anyway.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Looks like we can't declare getpeereid on Windows anyway.
Date: 2011-06-02 21:27:53
Message-ID: E1QSFQn-0007uV-2D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Looks like we can't declare getpeereid on Windows anyway.

... for lack of the uid_t and gid_t typedefs. Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/680ea6a6df345218f655eaad2c25f98900487438

Modified Files
--------------
src/include/port.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-06-02 22:38:14 pgsql: Handle domains when checking for recursive inclusion of composit
Previous Message Tom Lane 2011-06-02 21:23:25 pgsql: libpq needs its own copy of src/port/getpeereid.

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2011-06-02 21:34:17 Re: ALTER TABLE ... ADD FOREIGN KEY ... NOT ENFORCED
Previous Message Kevin Grittner 2011-06-02 21:14:41 Re: SSI predicate locking on heap -- tuple or row?