Refuse "local" lines in pg_hba.conf on platforms that don't support it
authorMagnus Hagander <magnus@hagander.net>
Mon, 30 May 2011 18:11:13 +0000 (20:11 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 30 May 2011 18:43:41 +0000 (20:43 +0200)
commit5830f69665053f78cfd31e39f40bb23ad91748a8
tree862c2e2eafdc29026dc6de40359ea36951010448
parent764bde0f1641cc3aafa2c221c56bd3a8129d9e3b
Refuse "local" lines in pg_hba.conf on platforms that don't support it

This makes the behavior compatible with that of hostssl, which
also throws an error when there is no SSL support included.
src/backend/libpq/hba.c