diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-10-06 11:35:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-10-06 11:35:55 -0400 |
commit | 3620569fecc6c2edb1cccfbba39b86c4e7d2faae (patch) | |
tree | 6f2e746f770b658cdb5d41fb4b8cabc700c02d77 /src/backend/executor/nodeProjectSet.c | |
parent | a5736bf754c82d8b86674e199e232096c679201d (diff) | |
download | postgresql-3620569fecc6c2edb1cccfbba39b86c4e7d2faae.tar.gz postgresql-3620569fecc6c2edb1cccfbba39b86c4e7d2faae.zip |
#ifdef out some dead code in psql/mainloop.c.
This pg_send_history() call is unreachable, since the block it's in
is currently only entered in !cur_cmd_interactive mode. But rather
than just delete it, make it #ifdef NOT_USED, in hopes that we'll
remember to enable it if we ever change that decision.
Per report from David Binderman. Since this is basically cosmetic,
I see no great need to back-patch.
Discussion: https://postgr.es/m/HE1PR0802MB233122B61F00A15E035C83BE9C710@HE1PR0802MB2331.eurprd08.prod.outlook.com
Diffstat (limited to 'src/backend/executor/nodeProjectSet.c')
0 files changed, 0 insertions, 0 deletions