Omit most of copy_options from formatting

Only a small portion is Citus style.
pull/327/head
Jason Petersen 2016-02-08 12:49:25 -07:00
parent 2b5ae847d4
commit 19c529f311
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
1 changed files with 3 additions and 0 deletions

View File

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