pgsql: Use more-portable coding for the check on handing out the last

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use more-portable coding for the check on handing out the last
Date: 2009-05-24 22:22:44
Message-ID: 20090524222244.C99C975331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use more-portable coding for the check on handing out the last available
relopt_kind value in add_reloption_kind(). Per Zdenek Kotala.

Modified Files:
--------------
pgsql/src/backend/access/common:
reloptions.c (r1.26 -> r1.27)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/reloptions.c?r1=1.26&r2=1.27)
pgsql/src/include/access:
reloptions.h (r1.14 -> r1.15)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/reloptions.h?r1=1.14&r2=1.15)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2009-05-25 07:06:40 reorg - pg_reorg: version 1.0.5.
Previous Message Tom Lane 2009-05-24 18:10:47 pgsql: Fix LIKE's special-case code for % followed by _.