aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2019-07-30 21:43:27 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2019-07-30 21:43:58 +0300
commit394f7500ae8f4afc158273d642f5ce87af3a7309 (patch)
treef033ef48798b6ebb2caf44e39b7fee74f85d37d7 /src/backend/tcop/postgres.c
parent718e313244a9376d823b5efe421eb079474a6b20 (diff)
downloadpostgresql-394f7500ae8f4afc158273d642f5ce87af3a7309.tar.gz
postgresql-394f7500ae8f4afc158273d642f5ce87af3a7309.zip
Allow table AM's to use rd_amcache, too.
The rd_amcache allows an index AM to cache arbitrary information in a relcache entry. This commit moves the cleanup of rd_amcache so that it can also be used by table AMs. Nothing takes advantage of that yet, but I'm sure it'll come handy for anyone writing new table AMs. Backpatch to v12, where table AM interface was introduced. Reviewed-by: Julien Rouhaud
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions