Ununsed member in printQueryOpt

Поиск
Список
Период
Сортировка
От Dickson S. Guedes
Тема Ununsed member in printQueryOpt
Дата
Msg-id CAHHcrepEm-nk0gMm=uZ4X0fAMhjaapz1OhnKW5rtVGkLhbfNTQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Ununsed member in printQueryOpt  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I found the following code in src/bin/psql/print.h:155 (master 1d0c3b3f8a)

   bool        quote;          /* quote all values as much as possible */


That code was there since:

commit a45195a191eec367a4f305bb71ab541d17a3b9f9
Author: Bruce Momjian <bruce@momjian.us>
Date:   Thu Nov 4 21:56:02 1999 +0000
   Major psql overhaul by Peter Eisentraut.



But I didn't found any other references to that "quote" and, after
removing that line,
the code still compiles without any error/warning.

Did I overlook something?

Best regards,
-- 
Dickson S. Guedes
mail/xmpp: guedes@guedesoft.net - skype: guediz
http://github.com/guedes - http://guedesoft.net
http://www.postgresql.org.br



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: [patch] Proposal for \crosstabview in psql
Следующее
От: David Steele
Дата:
Сообщение: Re: PostgreSQL Audit Extension