mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
pageinspect/BRIN: minor tweaks
Michael Paquier Double-dash additions suggested by Peter Geoghegan
This commit is contained in:
@ -21,6 +21,7 @@ LANGUAGE C STRICT;
|
||||
|
||||
--
|
||||
-- brin_revmap_data()
|
||||
--
|
||||
CREATE FUNCTION brin_revmap_data(IN page bytea,
|
||||
OUT pages tid)
|
||||
RETURNS SETOF tid
|
||||
|
@ -116,6 +116,7 @@ LANGUAGE C STRICT;
|
||||
|
||||
--
|
||||
-- brin_revmap_data()
|
||||
--
|
||||
CREATE FUNCTION brin_revmap_data(IN page bytea,
|
||||
OUT pages tid)
|
||||
RETURNS SETOF tid
|
||||
|
Reference in New Issue
Block a user