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

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

From
itagaki@postgresql.org (Takahiro Itagaki)
Date:
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)