Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2808a2e

Browse files
committed
Remove printQueryOpt.quote field.
This field was included in the original definition of the printQueryOpt struct in commit a45195a, but it was not used anywhere in that commit, nor since then. Spotted by Dickson S. Guedes.
1 parent 3cb5867 commit 2808a2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/psql/print.h

-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ typedef struct printQueryOpt
152152
{
153153
printTableOpt topt; /* the options above */
154154
char *nullPrint; /* how to print null entities */
155-
bool quote; /* quote all values as much as possible */
156155
char *title; /* override title */
157156
char **footers; /* override footer (default is "(xx rows)") */
158157
bool translate_header; /* do gettext on column headers */

0 commit comments

Comments
 (0)