Re: System views for versions reporting - Mailing list pgsql-hackers

From Tom Lane
Subject Re: System views for versions reporting
Date
Msg-id 866452.1742768493@sss.pgh.pa.us
Whole thread Raw
In response to Re: System views for versions reporting  (Joe Conway <mail@joeconway.com>)
Responses Re: System views for versions reporting
List pgsql-hackers
Dmitry Dolgov <9erthalion6@gmail.com> writes:
> Thanks for checking this out. Here is the updated version with applied
> changes. The tests were failing due to injection_points library
> apparently linking something twice, triggering a duplication error I
> didn't expect. Since apparently it can happen, I'm just overwriting
> duplicates.

FWIW, I think the 0004 patch is about to be mostly obsoleted by
Andrei's proposal at [1].  To the extent that it's not obsoleted,
I question whether it's something we want at all, given the ground
rule that unprivileged users are not supposed to have access to info
about the server's filesystem.

            regards, tom lane

[1] https://www.postgresql.org/message-id/flat/dd4d1b59-d0fe-49d5-b28f-1e463b68fa32@gmail.com



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Add mention in docs about locking all partitions for generic plans
Next
From: Yuya Watari
Date:
Subject: Re: [PoC] Reducing planning time when tables have many partitions