]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Eliminate use of ExecuteSqlQueryForSingleRow, which is not in 9.1.
authorRobert Haas <rhaas@postgresql.org>
Fri, 25 Jan 2013 13:42:15 +0000 (08:42 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 25 Jan 2013 13:42:15 +0000 (08:42 -0500)
commit881104a698b8c5bd686542337218fab9df2a4015
tree4a40634d9ad66aa27532d6e994345739bfb01842
parent1cc43979cf44db0b3da77e34493689fe13484fa0
Eliminate use of ExecuteSqlQueryForSingleRow, which is not in 9.1.

Hopefully, this will unbreak the buildfarm.

Andres Freund
src/bin/pg_dump/pg_dump.c