pgsql: Add new error code for "file name too long"

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add new error code for "file name too long"
Date: 2024-07-22 00:32:10
Message-ID: E1sVgyI-000cht-IJ@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add new error code for "file name too long"

This new error code, named file_name_too_long, maps internally to the
errno ENAMETOOLONG to produce a proper error code rather than an
internal code under errcode_for_file_access(). This error code can be
reached with some SQL command patterns, like a snapshot file name.

Reported-by: Alexander Lakhin
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/Zo4ROR9mgy8bowMo@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2d8ef5e24fd3d38ffc2379ca32eaeef8c9eee1a7

Modified Files
--------------
src/backend/utils/errcodes.txt | 1 +
src/backend/utils/error/elog.c | 4 ++++
2 files changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2024-07-22 02:30:29 pgsql: Fix unstable test in select_parallel.sql
Previous Message Andres Freund 2024-07-20 20:55:40 pgsql: meson: Add dependency lookups via names used by cmake