Allow postmaster to start up anyway when PGSTAT code fails to initialize,
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Apr 2002 00:27:25 +0000 (00:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Apr 2002 00:27:25 +0000 (00:27 +0000)
commitbb517e522cb02858b3decbcef26845ccf303fd0f
tree404b9644d849b9eb1c0f664b0cfb39cd82c74b76
parentaca2a02124b3a713a34088e025b7a55d4b421b13
Allow postmaster to start up anyway when PGSTAT code fails to initialize,
per recent discussion on pghackers.  Also, fix PGSTAT code to report
errors via elog, not scribbling directly on stderr.
src/backend/postmaster/pgstat.c