Skip to content

Commit 1b80a14

Browse files
committedApr 3, 2018
Port RUM to current master
1 parent bdecedb commit 1b80a14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/rum.h

-1
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,6 @@ extern Datum FunctionCall10Coll(FmgrInfo *flinfo, Oid collation,
10611061
#if PG_VERSION_NUM >= 110000
10621062
#define RumContextCreate(parent, name) \
10631063
AllocSetContextCreateExtended(parent, name, \
1064-
MEMCONTEXT_COPY_NAME, \
10651064
ALLOCSET_DEFAULT_MINSIZE, \
10661065
ALLOCSET_DEFAULT_INITSIZE, \
10671066
ALLOCSET_DEFAULT_MAXSIZE)

0 commit comments

Comments
 (0)
Please sign in to comment.