mirror of https://github.com/citusdata/citus.git
Omit backend/copy.c-inspired parts from formatting
I think we need to assess whether this function is still as in-sync with upstream as we believe, but for now I'm omitting it from formatting.pull/1938/head
parent
628ed846a2
commit
20ba6c659e
|
@ -1143,6 +1143,7 @@ OutputBinaryFooters(FileOutputStream *partitionFileArray, uint32 fileCount)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* *INDENT-OFF* */
|
||||||
/* Append data to the copy buffer in outputState */
|
/* Append data to the copy buffer in outputState */
|
||||||
static void
|
static void
|
||||||
CopySendData(PartialCopyState outputState, const void *databuf, int datasize)
|
CopySendData(PartialCopyState outputState, const void *databuf, int datasize)
|
||||||
|
@ -1282,6 +1283,7 @@ CopyAttributeOutText(PartialCopyState cstate, char *string)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* *INDENT-ON* */
|
||||||
/* Helper function to send pending copy output */
|
/* Helper function to send pending copy output */
|
||||||
static inline void
|
static inline void
|
||||||
CopyFlushOutput(PartialCopyState cstate, char *start, char *pointer)
|
CopyFlushOutput(PartialCopyState cstate, char *start, char *pointer)
|
||||||
|
|
Loading…
Reference in New Issue