Обсуждение: pgsql: Fix a couple of items that should be declared Oid not int.

Поиск
Список
Период
Сортировка

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

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)