pgsql: pg_dump: Remove stray option parsing support for -o.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_dump: Remove stray option parsing support for -o.
Date: 2019-04-18 00:29:31
Message-ID: E1hGuvj-00040i-2K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: Remove stray option parsing support for -o.

I (Andres) missed this in 578b229718e8f, the removal of WITH OIDS
support.

Author: Daniel Verite
Discussion: https://postgr.es/m/f06e9735-3717-4904-8c95-47d0b9c3bb10@manitou-mail.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4d0183592764629d38182e30642b1aef8baeb987

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-04-18 00:35:52 pgsql: docs: correct typo-ed path to heapam_handler.c.
Previous Message Andres Freund 2019-04-18 00:23:40 pgsql: docs: cleanup/remove/update references to OID column.