Re: Small fixes for incorrect error messages

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: zengman <zengman(at)halodbtech(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>
Subject: Re: Small fixes for incorrect error messages
Date: 2026-02-07 22:03:36
Message-ID: caaa147e-7eae-456f-9bc6-4fd23b1ef64e@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 07.02.26 10:24, zengman wrote:
>> It doesn't make sense to "stat a file for reading". The changed message
>> should probably just be
>> + pg_fatal("could not stat file \"%s\": %m",
>> fullpath);
>
> You're right. I was careless earlier, my apologies.

Ok, I have fixed this.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-02-07 22:47:02 Re: Add 64-bit XIDs into PostgreSQL 15
Previous Message Andres Freund 2026-02-07 21:59:45 Re: Meson vs. Solaris