aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/sql
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-03-02 17:40:48 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2018-03-02 17:40:48 -0500
commit0b1d1a038babff4aadf0862c28e7b667f1b12a30 (patch)
tree4aa84f8e727026718c61665fdb884356637fb5a0 /contrib/postgres_fdw/sql
parente94f2bc809a0c684185666f19d81f6496e732a3a (diff)
downloadpostgresql-0b1d1a038babff4aadf0862c28e7b667f1b12a30.tar.gz
postgresql-0b1d1a038babff4aadf0862c28e7b667f1b12a30.zip
Fix VM buffer pin management in heap_lock_updated_tuple_rec().
Sloppy coding in this function could lead to leaking a VM buffer pin, or to attempting to free the same pin twice. Repair. While at it, reduce the code's tendency to free and reacquire the same page pin. Back-patch to 9.6; before that, this routine did not concern itself with VM pages. Amit Kapila and Tom Lane Discussion: https://postgr.es/m/CAA4eK1KJKwhc=isgTQHjM76CAdVswzNeAuZkh_cx-6QgGkSEgA@mail.gmail.com
Diffstat (limited to 'contrib/postgres_fdw/sql')
0 files changed, 0 insertions, 0 deletions