summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2016-02-02 20:26:21 +0000
committerTom Lane2016-02-02 20:26:30 +0000
commit2808a2e0f3e7dd98f5dc3041183fd5f389e0a8e1 (patch)
treea285ad70c9796be0167063350dbcf72486371383
parent3cb5867b7d346eff4abcb69ca182ba658d5faecc (diff)
Remove printQueryOpt.quote field.
This field was included in the original definition of the printQueryOpt struct in commit a45195a191eec367, but it was not used anywhere in that commit, nor since then. Spotted by Dickson S. Guedes.
-rw-r--r--src/bin/psql/print.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/psql/print.h b/src/bin/psql/print.h
index 868fcddf9c5..005ba15e983 100644
--- a/src/bin/psql/print.h
+++ b/src/bin/psql/print.h
@@ -152,7 +152,6 @@ typedef struct printQueryOpt
{
printTableOpt topt; /* the options above */
char *nullPrint; /* how to print null entities */
- bool quote; /* quote all values as much as possible */
char *title; /* override title */
char **footers; /* override footer (default is "(xx rows)") */
bool translate_header; /* do gettext on column headers */