]> granicus.if.org Git - postgresql/commit
Remove SO_PASSCRED step in ident_unix --- according to Helge Bahmann,
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Aug 2001 14:27:40 +0000 (14:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Aug 2001 14:27:40 +0000 (14:27 +0000)
commit49435fb98f6b58617fb65ac2080a0b9d81edc03e
tree5cb9cdfafe4ec255378e836adecb132a717b46bf
parentcb90b2dacb14b774ad3ddc68d78ec52f45db78bf
Remove SO_PASSCRED step in ident_unix --- according to Helge Bahmann,
that call is not needed to prepare for SO_PEERCRED.  Also, simplify code
so that #ifdef SO_PEERCRED appears in only one place, to make it easier
to support other platforms with variants of this capability.
src/backend/libpq/hba.c