diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-07-20 16:29:53 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-07-20 16:29:53 +0000 |
commit | 04fbe29a8369d44c25002a398098a4dc41b233ae (patch) | |
tree | 21d9237e2c651ae3accd1219eaab5ca595aea145 /src/tutorial/funcs.c | |
parent | ebb5436d702be3a4b8c28b0f36241e37fc1a3dc8 (diff) | |
download | postgresql-04fbe29a8369d44c25002a398098a4dc41b233ae.tar.gz postgresql-04fbe29a8369d44c25002a398098a4dc41b233ae.zip |
Fix WAL replay of truncate operations to cope with the possibility that the
truncated relation was deleted later in the WAL sequence. Since replay
normally auto-creates a relation upon its first reference by a WAL log entry,
failure is seen only if the truncate entry happens to be the first reference
after the checkpoint we're restarting from; which is a pretty unusual case but
of course not impossible. Fix by making truncate entries auto-create like
the other ones do. Per report and test case from Dharmendra Goyal.
Diffstat (limited to 'src/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions