Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitac44595

Browse files
committed
Move PG_USED_FOR_ASSERTS_ONLY before initializer.
Erik Rijkers reported a compile failure, and I think this is probablythe reason.
1 parent7a1527c commitac44595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_amcheck/pg_amcheck.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ compile_relation_list_one_db(PGconn *conn, SimplePtrList *relations,
20582058
{
20592059
intpattern_id=-1;
20602060
boolis_heap= false;
2061-
boolis_btree= falsePG_USED_FOR_ASSERTS_ONLY;
2061+
boolis_btreePG_USED_FOR_ASSERTS_ONLY= false;
20622062
Oidoid=InvalidOid;
20632063
constchar*nspname=NULL;
20642064
constchar*relname=NULL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp