diff options
Diffstat (limited to 'src/bin/psql/print.h')
-rw-r--r-- | src/bin/psql/print.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/psql/print.h b/src/bin/psql/print.h index 9cfa3b6a417..41ba7989858 100644 --- a/src/bin/psql/print.h +++ b/src/bin/psql/print.h @@ -146,6 +146,7 @@ typedef struct printQueryOpt bool translate_header; /* do gettext on column headers */ const bool *translate_columns; /* translate_columns[i-1] => do * gettext on col i */ + int n_translate_columns; /* length of translate_columns[] */ } printQueryOpt; |