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
Jason Petersen 2016-02-06 14:56:12 -07:00
parent 628ed846a2
commit 20ba6c659e
1 changed files with 2 additions and 0 deletions

View File

@ -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)