diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-04-07 10:59:42 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-04-07 11:05:18 -0400 |
commit | e118822e72486aec32bbbecd3cf7543dbb756c58 (patch) | |
tree | 07f46ab35e05dd434e1377795be1f43da427d634 /src/backend/access/gist/gistxlog.c | |
parent | 21aa47d0175c583db5fc1361d9482efd37a393fd (diff) | |
download | postgresql-e118822e72486aec32bbbecd3cf7543dbb756c58.tar.gz postgresql-e118822e72486aec32bbbecd3cf7543dbb756c58.zip |
Assert that strong-lock count is >0 everywhere it's decremented.
The one existing assertion of this type has tripped a few times in the
buildfarm lately, but it's not clear whether the problem is really
originating there or whether it's leftovers from a trip through one
of the other two paths that lack a matching assertion. So add one.
Since the same bug(s) most likely exist(s) in the back-branches also,
back-patch to 9.2, where the fast-path lock mechanism was added.
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions