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

Appearance settings

Commit 3176805

Browse filesBrowse files
committed
Unused var warning.
1 parent e10b7d8 commit 3176805
Copy full SHA for 3176805

File tree

1 file changed

+0
-1
lines changed
Filter options

1 file changed

+0
-1
lines changed

‎src/partition_creation.c

Copy file name to clipboardExpand all lines: src/partition_creation.c
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ create_partitions_for_value(Oid relid, Datum value, Oid value_type)
349349
Oid
350350
create_partitions_for_value_internal(Oid relid, Datum value, Oid value_type)
351351
{
352-
MemoryContext old_mcxt = CurrentMemoryContext;
353352
Oid partid = InvalidOid; /* last created partition (or InvalidOid) */
354353
Datum values[Natts_pathman_config];
355354
bool isnull[Natts_pathman_config];

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.