pgsql: Add a whitespace to fix the query to dump large objects.

Lists: pgsql-committers
From: itagaki(at)postgresql(dot)org (Takahiro Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a whitespace to fix the query to dump large objects.
Date: 2009-12-19 04:13:30
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Add a whitespace to fix the query to dump large objects.

PL/pgSQL-by-default patch broke the code for 8.3 <= server_version < 8.5.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.557 -> r1.558)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.557&r2=1.558)