Re: oid2name : add objects file path - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: oid2name : add objects file path
Date
Msg-id aYPeUUPRFFhNBUcp@paquier.xyz
Whole thread Raw
In response to Re: oid2name : add objects file path  (Mark Wong <markwkm@gmail.com>)
List pgsql-hackers
On Wed, Feb 04, 2026 at 12:22:40PM -0800, Mark Wong wrote:
> I took a look with Phil Alger and we just have a couple of cosmetic
> suggestions.
>
> * There is an extra period (.) added to the change in the documentation.
> * We would suggest using "Path" instead of "Filepath" in the column
>   name.  While "Filepath" more closely reflects the the function used,
>   "Path" reads a little more smoothly, and text in existing
>   documentation tends to only reads "path" instead of "file path" when
>   referring to paths on the filesystem.

Yes, let's just use Path for the whole concept.  The two code paths
changed apply to -x, with -t able to filter the data for a single
table.  The docs have only one example when combining -x and -t,
meaning that the changes in the patch are OK.

Applied with these changes.  Sorry for the delay (I had this patch
marked on my stack of TODO things).
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: Fix pg_stat_get_backend_wait_event() for aux processes
Next
From: David Rowley
Date:
Subject: Re: Non-deterministic buffer counts reported in execution with EXPLAIN ANALYZE BUFFERS