[PATCH] Add TOAST support for several system tables

2022-01-25 Thread Sofia Kopikova
ACL's.   The VACUUM FULL bug is detailed here:   http://postgr.es/m/CAPpHfdu3PJUzHpQrvJ5RC9bEX_bZ6LwX52kBpb0EiD_9e3Np5g%40mail.gmail.com   Looking forward to your comments   -- Sofia Kopikova Postgres Professional: http://www.postgrespro.com The Russian Postgres Compan

Re: postgres_fdw: using TABLESAMPLE to collect remote sample

2022-02-16 Thread Sofia Kopikova
condition for adding "TABLESAMPLE SYSTEM..." to SQL query (set it to zero when do_sample is false). Or you may also add do_sample as a parameter to deparseAnalyzeSql, but as for me that’s redundantly.   Stackoverflow: https://stackoverflow.com/questions/7943233/fast-way-to-discover-th

Add TOAST support for more system tables

2023-07-17 Thread Sofia Kopikova
er any problems with this feature. First attempt here: https://www.postgresql.org/message-id/1643112264.186902...@f325.i.mail.ru This time I'll do it better -- Sofia Kopikova Postgres Professional: http://www.postgrespro.com The Russian Postgres Company From 6812e6cd47c03e22f953732a24223411d80

Re: Add TOAST support for more system tables

2023-07-18 Thread Sofia Kopikova
On Mon, Jul 17, 2023 at 06:31:04PM -0400, Tom Lane wrote: Sofia Kopikova writes: This patch adds TOAST support for system tables pg_class, pg_attribute and pg_largeobject_metadata, as they include ACL columns, which may be potentially large in size. We have been around on this topic before

Apply PGDLLIMPORT markings to some GUC variables

2024-08-13 Thread Sofia Kopikova
look. -- Best regards, Sofia Kopikova Postgres Professional: http://www.postgrespro.com From 603b0433b9538423a324ae980e0a19d7caaf222e Mon Sep 17 00:00:00 2001 From: Sofia Kopikova Date: Tue, 13 Aug 2024 16:05:13 +0300 Subject: [PATCH] Apply PGDLLIMPORT markings to some GUC variables According to the c

Re: Apply PGDLLIMPORT markings to some GUC variables

2024-08-14 Thread Sofia Kopikova
On 8/14/24 12:50, Peter Eisentraut wrote: On 13.08.24 21:00, Robert Haas wrote: On Tue, Aug 13, 2024 at 10:38 AM Sofia Kopikova wrote: I noticed that in commit d3cc5ffe81f6 some GUC variables were moved to header files. According to the commit message in 8ec569479, all variables in header