diff options
Diffstat (limited to 'contrib/pageinspect')
| -rw-r--r-- | contrib/pageinspect/brinfuncs.c | 2 | ||||
| -rw-r--r-- | contrib/pageinspect/rawpage.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pageinspect/brinfuncs.c b/contrib/pageinspect/brinfuncs.c index f93690f3a82..04140eccb84 100644 --- a/contrib/pageinspect/brinfuncs.c +++ b/contrib/pageinspect/brinfuncs.c @@ -41,7 +41,7 @@ typedef struct brin_column_state static Page verify_brin_page(bytea *raw_page, uint16 type, - const char *strtype); + const char *strtype); Datum brin_page_type(PG_FUNCTION_ARGS) diff --git a/contrib/pageinspect/rawpage.c b/contrib/pageinspect/rawpage.c index 03d6670d1fa..f08f62f72da 100644 --- a/contrib/pageinspect/rawpage.c +++ b/contrib/pageinspect/rawpage.c @@ -33,7 +33,7 @@ PG_MODULE_MAGIC; static bytea *get_raw_page_internal(text *relname, ForkNumber forknum, - BlockNumber blkno); + BlockNumber blkno); /* |
