dead assignment src/bin/scripts/print.c line 421

From: Laurent Laborde <kerdezixe(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: dead assignment src/bin/scripts/print.c line 421
Date: 2015-07-13 13:56:30
Message-ID: CAEy3c_RmqMqWGSvR00uowZx+V8p=vLEru38FPnzAwci_PwdqMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Friendly greetings !

in file src/bin/scripts/print.c line 421 :
need_recordsep = false;
then set to true line 424.

Now i'm pretty sure it's a meaningless "bug" without any consequence (the
commit that introduced it is 15 years old).

There is a lot of (apparently) dead assignment here and there but some
assigment could be used for debugging purpose so ... why not. But this one ?

--
Laurent "ker2x" Laborde
DBA gandi.net \o/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2015-07-13 14:08:51 Re: Freeze avoidance of very large table.
Previous Message Tom Lane 2015-07-13 13:39:17 Re: TABLESAMPLE patch is really in pretty sad shape