Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

pgsql: Fix a couple of items that should be declared Oid not int. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix a couple of items that should be declared Oid not int.
Date
Msg-id 20050625235858.8215052913@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove forced CHECKPOINT in regression tests --- redundant now
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add E'' syntax so eventually normal strings can treat backslashes