pgsql: Always use the same way to addres a descriptor in ecpg's regress

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Always use the same way to addres a descriptor in ecpg's regress
Date: 2014-01-13 09:43:58
Message-ID: E1W2e3q-0000SL-SM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Always use the same way to addres a descriptor in ecpg's regression tests.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/976a7d11560e4f932aff1c72fc2062ffaffaa3e9

Modified Files
--------------
src/interfaces/ecpg/test/expected/sql-desc.c | 6 +++---
src/interfaces/ecpg/test/sql/desc.pgc | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-01-13 13:17:33 pgsql: Add OVERLAPS to index in the docs.
Previous Message Bruce Momjian 2014-01-13 03:26:23 pgsql: Fix pg_dumpall on pre-8.1 servers