Re: 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: Re: dead assignment src/bin/scripts/print.c line 421
Date: 2015-07-13 15:11:13
Message-ID: CAEy3c_T5Pu4zsNh1UmPkmoLV+-8xq6iEktdp=JmvEcrSsdzDFw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Should have been sent to the bugs ML sorry :-/

On Mon, Jul 13, 2015 at 3:56 PM, Laurent Laborde <kerdezixe(at)gmail(dot)com>
wrote:

> 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/
>

--
Laurent "ker2x" Laborde

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-13 15:22:40 Re: dead assignment src/bin/scripts/print.c line 421
Previous Message Andres Freund 2015-07-13 15:05:13 Re: Freeze avoidance of very large table.