pgsql: Fix a couple of items that should be declared Oid not int.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a couple of items that should be declared Oid not int.
Date: 2005-06-25 23:58:58
Message-ID: 20050625235858.8215052913@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix a couple of items that should be declared Oid not int. Purely
cosmetic at the moment, but someday Oid might be 64 bits ...

Modified Files:
--------------
pgsql/src/backend/postmaster:
pgstat.c (r1.95 -> r1.96)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.diff?r1=1.95&r2=1.96)
pgsql/src/include:
pgstat.h (r1.29 -> r1.30)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pgstat.h.diff?r1=1.29&r2=1.30)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-26 03:04:40 pgsql: Add E'' syntax so eventually normal strings can treat backslashes
Previous Message Tom Lane 2005-06-25 23:04:07 pgsql: Remove forced CHECKPOINT in regression tests --- redundant now