Обсуждение: pgsql: Eliminate use of ExecuteSqlQueryForSingleRow, which is not in 9.

Поиск
Список
Период
Сортировка

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

От
Robert Haas
Дата:
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(-)


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

От
Tom Lane
Дата:
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