pgsql: Oops, the commit accept pg_controldata -D datadir missed code ch - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Oops, the commit accept pg_controldata -D datadir missed code ch
Date
Msg-id E1XhhZc-0001kp-8b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Oops, the commit accept pg_controldata -D datadir missed code changes.

I updated the docs and usage blurp, but forgot to commit the code changes
required.

Spotted by Michael Paquier.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/22b743b2ca18a692ba8d91bc18e7c42a8b7941ad

Modified Files
--------------
src/bin/pg_controldata/pg_controldata.c |   29 ++++++++++++++++++++++++-----
1 file changed, 24 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Complain if too many options are passed to pg_controldata or pg_
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Forgot #include "pg_getopt.h", now that pg_controldata uses geto