Make sure we only try to free snapshots that have been passed through
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 11 Jul 2008 02:10:14 +0000 (02:10 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 11 Jul 2008 02:10:14 +0000 (02:10 +0000)
commit75f191479258d294ba1e1b233cc3c32fbe79d4c5
treee73ad3037ff43f606240725ff71029b19c833b09
parent93947593b3fa5fa3b32fc1a494e1cc512a50bcef
Make sure we only try to free snapshots that have been passed through
CopySnapshot, per Neil Conway.  Also add a comment about the assumption in
GetSnapshotData that the argument is statically allocated.

Also, fix some more typos in comments in snapmgr.c.
src/backend/storage/ipc/procarray.c
src/backend/utils/time/snapmgr.c