Update comment in errcodes.txt correctly
Hi, Hackers,
The attached small patch updates src/backend/utils/errcode.txt.
In the comment of this file, a list of file names generated from this file is written.
However, the file name of the 'errcodes.sgml' file is incorrect.
The attached patch fixes the incorrect path of errcodes.sgml file name.
Regards,
Noriyoshi Shinoda
Attachments:
errcodes.txt.patchapplication/octet-stream; name=errcodes.txt.patchDownload+1-1
On Thu, Aug 16, 2018 at 01:18:21AM +0000, Shinoda, Noriyoshi (PN Japan GCS Delivery) wrote:
The attached small patch updates src/backend/utils/errcode.txt.
In the comment of this file, a list of file names generated from this file is written.
However, the file name of the 'errcodes.sgml' file is incorrect.
The attached patch fixes the incorrect path of errcodes.sgml file name.
It seems to me that doc/src/sgml/errcodes-table.sgml is the one
generated. errcodes.sgml includes just a reference to the table
produced.
--
Michael
Michael-san,
Thank you for your responsse.
It seems to me that doc/src/sgml/errcodes-table.sgml is the one generated. errcodes.sgml includes just a reference to the table produced.
Oh, I think your opinion is correct.
I attached a modified version.
Regards,
Noriyoshi Shinoda
-----Original Message-----
From: Michael Paquier [mailto:michael@paquier.xyz]
Sent: Thursday, August 16, 2018 12:44 PM
To: Shinoda, Noriyoshi (PN Japan GCS Delivery) <noriyoshi.shinoda@hpe.com>
Cc: pgsql-hackers@postgresql.org
Subject: Re: Update comment in errcodes.txt correctly
On Thu, Aug 16, 2018 at 01:18:21AM +0000, Shinoda, Noriyoshi (PN Japan GCS Delivery) wrote:
The attached small patch updates src/backend/utils/errcode.txt.
In the comment of this file, a list of file names generated from this file is written.
However, the file name of the 'errcodes.sgml' file is incorrect.
The attached patch fixes the incorrect path of errcodes.sgml file name.
It seems to me that doc/src/sgml/errcodes-table.sgml is the one generated. errcodes.sgml includes just a reference to the table produced.
--
Michael