pgsql: Eliminate use of ExecuteSqlQueryForSingleRow, which is not in 9.

Started by Robert Haasover 13 years ago2 messagescomitters
Jump to latest
#1Robert Haas
robertmhaas@gmail.com

Eliminate use of ExecuteSqlQueryForSingleRow, which is not in 9.1.

Hopefully, this will unbreak the buildfarm.

Andres Freund

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/881104a698b8c5bd686542337218fab9df2a4015

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 20 ++++++++++++++++++--
1 files changed, 18 insertions(+), 2 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Robert Haas (#1)
Re: pgsql: Eliminate use of ExecuteSqlQueryForSingleRow, which is not in 9.

Robert Haas <rhaas@postgresql.org> writes:

Eliminate use of ExecuteSqlQueryForSingleRow, which is not in 9.1.
Hopefully, this will unbreak the buildfarm.

Now that that's out of the way, we can see that 9.0 and 9.1 are failing
make-contrib, evidently because of the Windows DEVTTY change.

regards, tom lane

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers