| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Un-break pg_dump for the case of zero-column tables. |
| Date: | 2010-02-24 02:15:59 |
| Message-ID: | 20100224021559.2E8C57541D0@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Log Message:
-----------
Un-break pg_dump for the case of zero-column tables.
This was evidently broken by the CREATE TABLE OF TYPE patch. It would have
been noticed if anyone had bothered to try dumping and restoring the
regression database ...
Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.573 -> r1.574)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.573&r2=1.574)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-02-24 02:42:55 | pgsql: Fix patch for printing backend and pg_dump versions so that it |
| Previous Message | Tom Lane | 2010-02-24 01:57:16 | pgsql: Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-02-24 02:46:14 | Re: [PATCH] 8.5 TODO: Add comments to output indicating version of pg_dump and of the database server |
| Previous Message | Takahiro Itagaki | 2010-02-24 01:54:01 | Re: auto_explain log_verbose causes regression failure |