Jesper Pedersen writes:
Hi,
Thank you Nathan, Tomas and Jesper for the answers. The patch at [0]
works for me and I could work with master smoothly now.
> On 6/14/25 9:56 AM, Nathan Bossart wrote:
>> I'm also genuinely curious why folks are using -O0...
>>
>
> Personally, I use
>
> -O0 -fno-o
On Sat, Jun 14, 2025 at 11:20:31AM -0400, Tom Lane wrote:
> Tomas Vondra writes:
>> The OIDs for user-defined objects (e.g. those from extensions) are not
>> stable, and this will not change. The only way is to prevent the test
>> output, e.g. by not including OIDs in the results, and eliminating
On Thu, Jun 12, 2025 at 08:13:08PM -0400, Andres Freund wrote:
> FWIW, I find it utterly unsurpising that new users of %llu were introduced
> after 15a79c73111f. For one, 15a79c73111f explicitly says "(minimal trial)" in
> the subject line, it'd have hardly been sensible to introduce PRI* uses at
>
On 13/06/2025 11:20 pm, Andres Freund wrote:
Hi,
On 2025-06-12 12:23:13 -0400, Andres Freund wrote:
On 2025-06-12 11:52:31 -0400, Andres Freund wrote:
On 2025-06-12 17:22:22 +0300, Konstantin Knizhnik wrote:
On 12/06/2025 4:57 pm, Andres Freund wrote:
The problem appears to be in that swit
Hi hackers,
I discovered a minor security issue in the OAuth authentication code where
sensitive bearer tokens are not completely cleared from memory.
## The Issue
In src/backend/libpq/auth-oauth.c, the oauth_exchange() function attempts
to
clear the bearer token from memory using explicit_bzero
On Sat, 14 Jun 2025, Dimitrios Apostolou wrote:
On Fri, 13 Jun 2025, Nathan Bossart wrote:
On Fri, Jun 13, 2025 at 01:00:26AM +0200, Dimitrios Apostolou wrote:
By the way, I might have set the threshold to 1MB in my program, but
lowering it won't show a difference in my test case, since th
On Fri, 13 Jun 2025, Nathan Bossart wrote:
On Fri, Jun 13, 2025 at 01:00:26AM +0200, Dimitrios Apostolou wrote:
By the way, I might have set the threshold to 1MB in my program, but
lowering it won't show a difference in my test case, since the lseek()s I
was noticing before the patch were mostl
On Fri, May 30, 2025 at 3:38 PM Zhijie Hou (Fujitsu)
wrote:
>
> On Wed, May 28, 2025 at 2:09 AM Masahiko Sawada wrote:
> >
> > On Fri, May 23, 2025 at 10:07 PM Amit Kapila
> > wrote:
> > >
> > > In the case presented here, the logical slot is expected to keep
> > > forwarding, and in the consecut
Tomas Vondra writes:
> On 6/14/25 11:43, Lakshmi Narayana Velayudam wrote:
>> I am facing a challenge related to OID changes in regression tests while
>> working on a PostgreSQL C extension. Whenever I add or remove a function
>> to the SQL file, it alters OIDs and leads to cascading modifications
On Jun 4, 2025, at 11:27, David E. Wheeler wrote:
> And these should fix the CI failure. I also ran pgindent.
Here’s a quick rebase. I think it’s ready for committer review, but since I’ve
poked at it quite a bit myself, I updated the Commitfest item [1] to “Needs
Review”.
Best,
David
[1]:
Hi Nathan,
On 6/14/25 9:56 AM, Nathan Bossart wrote:
I'm also genuinely curious why folks are using -O0...
Personally, I use
-O0 -fno-omit-frame-pointer
for FlameGraph [1] investigations.
[1] https://github.com/brendangregg/FlameGraph
Best regards,
Jesper
On 6/14/25 15:56, Nathan Bossart wrote:
> On Sat, Jun 14, 2025 at 03:47:33PM +0200, Tomas Vondra wrote:
>> I suggest you try with a newer gcc, perhaps 13.4. There's been a bunch
>> of fixes related to AVX512 since 13.0, chances are this was already
>> fixed. I don't see this failure on 14.3.1.
>
On Sat, Jun 14, 2025 at 03:47:33PM +0200, Tomas Vondra wrote:
> I suggest you try with a newer gcc, perhaps 13.4. There's been a bunch
> of fixes related to AVX512 since 13.0, chances are this was already
> fixed. I don't see this failure on 14.3.1.
>From the config.log, it looks like Andy is usin
Hello Narayana,
On 6/14/25 11:43, Lakshmi Narayana Velayudam wrote:
> Dear pg-hackers,
>
> I am facing a challenge related to OID changes in regression tests while
> working on a PostgreSQL C extension. Whenever I add or remove a function
> to the SQL file, it alters OIDs and leads to cascading m
Hi,
I suggest you try with a newer gcc, perhaps 13.4. There's been a bunch
of fixes related to AVX512 since 13.0, chances are this was already
fixed. I don't see this failure on 14.3.1.
T.
On 6/14/25 12:24, Andy Fan wrote:
> Hi,
>
> Recently I always get below error during initdb.
>
> """
> UT
Dear pg-hackers,
I am facing a challenge related to OID changes in regression tests while
working on a PostgreSQL C extension. Whenever I add or remove a function to
the SQL file, it alters OIDs and leads to cascading modifications in
multiple test files. This creates a significant overhead in mai
On Mon, Jun 9, 2025 at 3:28 PM Dilip Kumar wrote:
>
> On Mon, Jun 9, 2025 at 2:03 PM Nikita Malakhov wrote:
> > 4) Update-heavy partitioned tables that should run vacuum frequently.
> > Significant
> > vacuum slowdown would result in going beyond SLAs without corresponding
> > significant impro
Hi Team,
I am looking to upgrade pg17 with near zero downtime using logical
replication(master <-> master) . The current pglogical2 ( open) has some
limitation with 'REPLICA IDENTITY FULL' tables.
Do we have any plan to make pglogical3 open source in near future? 😊 or
is there better way to ach
On Fri, Jun 13, 2025 at 9:46 PM Amit Kapila wrote:
> On Fri, Jun 13, 2025 at 10:52 PM Perumal Raj wrote:
> >
> > Thanks for explanation Shveta!
> >
> >
> > As Summary in this original thread,
> >
> > Prerequisites for Setting Up a Logical Replication Slot sync in >= pg17
> >
> > To
On 2025/06/14 5:32, Nathan Bossart wrote:
On Fri, Jun 13, 2025 at 08:58:04AM -0700, Jeff Davis wrote:
On Fri, 2025-06-13 at 09:39 +0900, Fujii Masao wrote:
By the way, if we keep --with-statistics in pg_dump, are we planning
to
continue using the --with-xxx naming pattern for new options tha
On Sat, 7 Jun 2025 at 23:00, Alexander Lakhin wrote:
> #5 0x5dd0a1788377 in ExceptionalCondition (conditionName=0x5dd0a1822ee8
> "memcmp(&tmp, cattr, sizeof(CompactAttribute)) == 0",
> fileName=0x5dd0a1822ed9 "tupdesc.c", lineNumber=165) at assert.c:66
Thanks for finding that and for th
21 matches
Mail list logo