pgsql: Use correct connection name variable in ecpglib.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use correct connection name variable in ecpglib.
Date: 2019-03-16 03:01:12
Message-ID: E1h4zZQ-0003t6-NB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use correct connection name variable in ecpglib.

Fixed-by: Kuroda-san <kuroda(dot)hayato(at)jp(dot)fujitsu(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c21d6033f77353623f8642c5541e0d002d986f59

Modified Files
--------------
src/interfaces/ecpg/ecpglib/prepare.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-03-16 08:37:03 pgsql: Don't propagate PGAPPNAME through pg_ctl in tests
Previous Message Michael Paquier 2019-03-16 01:38:01 Re: pgsql: Fix thinko when bumping on temporary directories in pg_verify_ch