mirror of https://github.com/citusdata/citus.git
Omit most of copy_options from formatting
Only a small portion is Citus style.pull/327/head
parent
2b5ae847d4
commit
19c529f311
|
@ -16,6 +16,7 @@
|
|||
#include "stringutils.h"
|
||||
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
void
|
||||
free_copy_options(copy_options * ptr)
|
||||
{
|
||||
|
@ -224,8 +225,10 @@ error:
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/* *INDENT-ON* */
|
||||
|
||||
/* Frees copy options. */
|
||||
|
||||
/*
|
||||
* ParseStageOptions takes the given copy options, parses the additional options
|
||||
* needed for the \stage command, and sets them in the copy options structure.
|
||||
|
|
Loading…
Reference in New Issue