pgsql: Remove unused code in ECPG.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove unused code in ECPG.
Дата
Msg-id E1gMd31-0006dh-Ns@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unused code in ECPG.

scanner_init/scanner_finish weren't actually called from anywhere,
and the scanbuf variables they set up weren't used either.

Remove unused declaration for mm_realloc, too.

John Naylor

Discussion: https://postgr.es/m/CAJVSVGWGqY9YBs2EwtRUkbNv=hXkN8yRPOoD1wxE6COgvvrz5g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4766bcd9e292befba403619c8a57b3528ad3bd4b

Modified Files
--------------
src/interfaces/ecpg/preproc/extern.h |  4 +---
src/interfaces/ecpg/preproc/pgc.l    | 45 +-----------------------------------
2 files changed, 2 insertions(+), 47 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix handling of HBA ldapserver with multiple hostnames.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix realfailN lexer rules to not make assumptions about inputfo