| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Strange messages from pgstats after backend crash |
| Date: | 2006-02-13 23:00:45 |
| Message-ID: | 6192.1139871645@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
A few days ago, I noticed the following in the postmaster log while
messing with a bug that led to a backend coredump:
[ report of backend sig11, then normal recovery, ending with ]
LOG: transaction ID wrap limit is 1073759685, limited by database "regression"
LOG: invalid server process ID -1
LOG: invalid server process ID -1
LOG: invalid server process ID -1
LOG: invalid server process ID -1
The "invalid server process ID" messages could only have come from
pgstat.c. Apparently something sent some pgstat messages before executing
InitBackendSharedInvalidationState, but I don't see where, and I've not
been able to reproduce it. Any ideas?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Darcy Buskermolen | 2006-02-14 02:03:08 | Re: Anyone want to admit to being presinet.com? |
| Previous Message | Tom Lane | 2006-02-13 22:36:45 | Re: Anyone want to admit to being presinet.com? |