pgsql: Use OIDCHARS: Use OIDCHARS for oid character length, rather than

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use OIDCHARS: Use OIDCHARS for oid character length, rather than
Date: 2010-01-06 01:48:09
Message-ID: 20100106014810.094DE753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use OIDCHARS:

Use OIDCHARS for oid character length, rather than '10', in tablespace
code.

Modified Files:
--------------
pgsql/src/backend/commands:
tablespace.c (r1.66 -> r1.67)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablespace.c?r1=1.66&r2=1.67)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-01-06 02:41:37 pgsql: Remove tabs in SGML.
Previous Message Takahiro Itagaki 2010-01-06 01:30:03 pgsql: Adjust headers to allow pgbench to be built with PGXS.