repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Preserve CurrentMemoryContext across notify and sinval interrupts.
[pgsql.git]
/
contrib
/
pg_buffercache
/
pg_buffercache--1.4--1.5.sql
blob
0fb18ff786de0f0c8557e3f29bdb5f744d77747b
1
\echo Use "ALTER EXTENSION pg_buffercache UPDATE TO '1.5'" to load this file. \quit
2
3
CREATE FUNCTION pg_buffercache_evict(IN int)
4
RETURNS bool
5
AS 'MODULE_PATHNAME', 'pg_buffercache_evict'
6
LANGUAGE C PARALLEL SAFE VOLATILE STRICT;