pgsql: Eliminate use of ExecuteSqlQueryForSingleRow, which is not in 9.
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
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