1
0
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:
Alvaro Herrera
2014-12-02 12:20:50 -03:00
parent 3325624377
commit b52cb4690e
3 changed files with 8 additions and 6 deletions

View File

@ -21,6 +21,7 @@ LANGUAGE C STRICT;
--
-- brin_revmap_data()
--
CREATE FUNCTION brin_revmap_data(IN page bytea,
OUT pages tid)
RETURNS SETOF tid

View File

@ -116,6 +116,7 @@ LANGUAGE C STRICT;
--
-- brin_revmap_data()
--
CREATE FUNCTION brin_revmap_data(IN page bytea,
OUT pages tid)
RETURNS SETOF tid