Re: pgsql: Fix wrong file path in header comment

From: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
To: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Fix wrong file path in header comment
Date: 2018-07-11 14:02:13
Message-ID: CAPpHfdsJyYbOj59MOQL+4XxdcomLSLfLqBtAvwR+psCqj3ELdQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Jul 11, 2018 at 1:26 PM Alexander Korotkov
<akorotkov(at)postgresql(dot)org> wrote:
> Header comment of shm_mq.c was mistakenly specifying path to shm_mq.h.
> It was introduced in ec9037df. So, theoretically it could be
> backpatched to 9.4, but it doesn't seem to worth it.

I didn't backpatch, because I thought it doesn't worth it to create
buzz over single wrong path in the comment. But, I found 12 similar
cases in our source tree. Do you think it worth backpatching now?

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment Content-Type Size
header-comment-filepath-fix.patch application/octet-stream 5.8 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-07-11 14:36:09 Re: pgsql: Fix wrong file path in header comment
Previous Message Alvaro Herrera 2018-07-11 13:12:35 pgsql: Rethink how to get float.h in old Windows API for isnan/isinf