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/327/head
Jason Petersen 2016-02-06 14:56:12 -07:00
parent 74372f70e0
commit bc23113732
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
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 */
static void
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 */
static inline void
CopyFlushOutput(PartialCopyState cstate, char *start, char *pointer)