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

Commit8a6cbcf

Browse files
committed
Improve support of master
1 parent43dbd76 commit8a6cbcf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎pg_variables_record.c

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,13 @@ init_record(RecordVar *record, TupleDesc tupdesc, Variable *variable)
101101
variable->package->hctxTransact :
102102
variable->package->hctxRegular;
103103

104-
#ifPG_VERSION_NUM >=110000
104+
#ifPG_VERSION_NUM >=120000
105+
record->hctx=AllocSetContextCreateInternal(topctx,
106+
hash_name,
107+
ALLOCSET_DEFAULT_MINSIZE,
108+
ALLOCSET_DEFAULT_INITSIZE,
109+
ALLOCSET_DEFAULT_MAXSIZE);
110+
#elifPG_VERSION_NUM >=110000
105111
record->hctx=AllocSetContextCreateExtended(topctx,
106112
hash_name,
107113
ALLOCSET_DEFAULT_MINSIZE,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp