pgsql: Fix storage of getopt() return, should be 'int', for pg_upgrade. - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Fix storage of getopt() return, should be 'int', for pg_upgrade.
Date
Msg-id 20100615232501.4D2727541D4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix storage of getopt() return, should be 'int', for pg_upgrade.

Steve Singer

Modified Files:
--------------
    pgsql/contrib/pg_upgrade:
        option.c (r1.6 -> r1.7)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/option.c?r1=1.6&r2=1.7)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change the interpretation of the primary_key_attnums parameter of
Next
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: getopt() returns 'int', not 'char'.