Skip to content

Commit c482657

Browse files
committedJan 21, 2025
wasm fencing
1 parent 1f47e7b commit c482657

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+745
-147
lines changed
 

‎contrib/pgstattuple/pgstatindex.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,9 +656,9 @@ pgstathashindex(PG_FUNCTION_ARGS)
656656
stats.unused_pages++;
657657
else if (PageGetSpecialSize(page) !=
658658
MAXALIGN(sizeof(HashPageOpaqueData)))
659-
ereport(ERROR,
659+
ereport(WARNING,
660660
(errcode(ERRCODE_INDEX_CORRUPTED),
661-
errmsg("index \"%s\" contains corrupted page at block %u",
661+
errmsg("# 661(FATAL block=%d): index \"%s\" contains corrupted page at block %u", blkno,
662662
RelationGetRelationName(rel),
663663
BufferGetBlockNumber(buf))));
664664
else

‎contrib/xml2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DATA = xml2--1.1.sql xml2--1.0--1.1.sql
1111
PGFILEDESC = "xml2 - XPath querying and XSLT"
1212

1313
REGRESS = xml2
14-
14+
PG_CFLAGS=$(shell xml2-config --cflags)
1515
SHLIB_LINK += $(filter -lxslt, $(LIBS)) -lxml2
1616

1717
ifdef USE_PGXS

0 commit comments

Comments
 (0)
Please sign in to comment.