pgsql: The attached patch contains a couple of fixes in the existing

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The attached patch contains a couple of fixes in the existing
Date: 2008-12-17 01:39:04
Message-ID: 20081217013904.3BE8E7563FE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The attached patch contains a couple of fixes in the existing probes and
includes a few new ones.

- Fixed compilation errors on OS X for probes that use typedefs
- Fixed a number of probes to pass ForkNumber per the relation forks
patch
- The new probes are those that were taken out from the previous
submitted patch and required simple fixes. Will submit the other probes
that may require more discussion in a separate patch.

Robert Lor

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.323 -> r1.324)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.323&r2=1.324)
pgsql/src/backend/storage/buffer:
bufmgr.c (r1.242 -> r1.243)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/bufmgr.c?r1=1.242&r2=1.243)
pgsql/src/backend/storage/smgr:
md.c (r1.141 -> r1.142)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/smgr/md.c?r1=1.141&r2=1.142)
pgsql/src/backend/utils:
Gen_dummy_probes.sed (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/Gen_dummy_probes.sed?r1=1.2&r2=1.3)
probes.d (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/probes.d?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-12-17 09:15:04 pgsql: Don't reset pg_class.reltuples and relpages in VACUUM, if any
Previous Message User Itagaki 2008-12-17 01:02:24 pgbulkload - pgbulkload: Accept CR+LF text files in CSV mode.