pgsql: Fix compilation with --with-bsd-auth.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix compilation with --with-bsd-auth.
Date: 2017-05-19 09:22:23
Message-ID: E1dBe75-000659-13@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compilation with --with-bsd-auth.

Commit 8d3b9cce81 added extra arguments to the sendAuthRequest function,
but neglected this caller inside #ifdef USE_BSD_AUTH.

Per report from Pierre-Emmanuel André.

Discussion: https://www.postgresql.org/message-id/20170519090336.whzmjzrsap6ktbgg@digipea.digitick.local

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/866490a6b72c625c29ced23065d367a1b0484760

Modified Files
--------------
src/backend/libpq/auth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2017-05-19 16:10:19 pgsql: doc: fix PG 10 release notes with proper attribution and commit
Previous Message Tom Lane 2017-05-19 02:31:04 Re: pgindent (was Re: [COMMITTERS] pgsql: Preventive maintenance in advance of pgindent run.)