diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-05-10 19:04:30 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-05-10 19:04:30 +0000 |
commit | a4e775a263317a23607eb1a6ea8205a185385a4b (patch) | |
tree | 17f89b658d7223dc67d77ccf571be2c95dae5973 /src/backend/utils/adt/bool.c | |
parent | ecc8c3652e80e7f444e7abb71206b7381cd1b606 (diff) | |
download | postgresql-a4e775a263317a23607eb1a6ea8205a185385a4b.tar.gz postgresql-a4e775a263317a23607eb1a6ea8205a185385a4b.zip |
Make use of new error context stack mechanism to allow random errors
detected during buffer dump to be labeled with the buffer location.
For example, if a page LSN is clobbered, we now produce something like
ERROR: XLogFlush: request 2C000000/8468EC8 is not satisfied --- flushed only
to 0/8468EF0
CONTEXT: writing block 0 of relation 428946/566240
whereas before there was no convenient way to find out which page had
been trashed.
Diffstat (limited to 'src/backend/utils/adt/bool.c')
0 files changed, 0 insertions, 0 deletions