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 2b088c8

Browse filesBrowse files
committed
1 parent 5fec3c8 commit 2b088c8
Copy full SHA for 2b088c8

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/backend/commands/tablecmds.c

Copy file name to clipboardExpand all lines: src/backend/commands/tablecmds.c
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ static void refuseDupeIndexAttach(Relation parentIdx, Relation partIdx,
648648
static void verifyPartitionIndexNotNull(IndexInfo *iinfo, Relation partIdx);
649649
static List *GetParentedForeignKeyRefs(Relation partition);
650650
static void ATDetachCheckNoForeignKeyRefs(Relation partition);
651-
static char GetAttributeCompression(Oid atttypid, char *compression);
651+
static char GetAttributeCompression(Oid atttypid, const char *compression);
652652
static char GetAttributeStorage(Oid atttypid, const char *storagemode);
653653

654654

@@ -20094,7 +20094,7 @@ ATDetachCheckNoForeignKeyRefs(Relation partition)
2009420094
* resolve column compression specification to compression method.
2009520095
*/
2009620096
static char
20097-
GetAttributeCompression(Oid atttypid, char *compression)
20097+
GetAttributeCompression(Oid atttypid, const char *compression)
2009820098
{
2009920099
char cmethod;
2010020100

0 commit comments

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