summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-08-23 14:32:23 -0400
committerRobert Haas <rhaas@postgresql.org>2016-08-23 14:32:23 -0400
commit0fda682e542c9acd368588e50a1993fecd3b73e2 (patch)
treec00d8001e56c46c36e432ad1b226fd8e610e2409 /src/backend/access/gist/gistutil.c
parent19998730aea97137e2516af0516c683a1261ba1f (diff)
downloadpostgresql-0fda682e542c9acd368588e50a1993fecd3b73e2.tar.gz
Extend dsm API with a new function dsm_unpin_segment.
If you have previously pinned a segment and decide that you don't actually want to keep it around until shutdown, this new API lets you remove the pin. This is pretty trivial except on Windows, where it requires closing the duplicate handle that was used to implement the pin. Thomas Munro and Amit Kapila, reviewed by Amit Kapila and by me.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions