Add PG_USED_FOR_ASSERTS_ONLY

Forgot this.
pull/1013/head
Jason Petersen 2016-12-13 16:33:07 -07:00
parent 72c352963d
commit ff11e51a56
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
1 changed files with 1 additions and 1 deletions

View File

@ -1049,7 +1049,7 @@ DeparseVacuumStmtPrefix(VacuumStmt *vacuumStmt)
{
StringInfo vacuumPrefix = makeStringInfo();
int vacuumFlags = vacuumStmt->options;
const int unsupportedFlags = ~(
const int unsupportedFlags PG_USED_FOR_ASSERTS_ONLY = ~(
VACOPT_ANALYZE |
#if (PG_VERSION_NUM >= 90600)
VACOPT_DISABLE_PAGE_SKIPPING |