]> granicus.if.org Git - postgresql/commitdiff
Remove printQueryOpt.quote field.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Feb 2016 20:26:21 +0000 (15:26 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Feb 2016 20:26:30 +0000 (15:26 -0500)
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.

src/bin/psql/print.h

index 868fcddf9c5cb04238b8eb870902d4ec0d17b667..005ba15e983aa0a93a38a93fc4479f09e8544e05 100644 (file)
@@ -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 */