RE: initdb -c "track_commit_timestamp=on" crashes in case of debug build - Mailing list pgsql-hackers

From Hayato Kuroda (Fujitsu)
Subject RE: initdb -c "track_commit_timestamp=on" crashes in case of debug build
Date
Msg-id OSCPR01MB149661A6C656319A6EFCF85D2F5112@OSCPR01MB14966.jpnprd01.prod.outlook.com
Whole thread Raw
In response to Re: initdb -c "track_commit_timestamp=on" crashes in case of debug build  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
Dear Peter,

> Yes, this was previously reported [0] but nothing was done about it.  We
> just need to find some place to "do nothing" in bootstrap mode to avoid
> the crash.  Your patch seems ok to me for that.

Thanks for giving the old discussion. I couldn't find it. According to the post [1],
there are no similar failures for boolean GUCs.

From this perspective, we do not have to do some fundamental ways to fix this bug,
i.e., my patch is enough.

[1]: https://www.postgresql.org/message-id/0307b599-9528-643d-934c-a7e76d376e94%40enterprisedb.com

Best regards,
Hayato Kuroda
FUJITSU LIMITED


pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Skip collecting decoded changes of already-aborted transactions
Next
From: Masahiro Ikeda
Date:
Subject: Re: Doc: fix the rewrite condition when executing ALTER TABLE ADD COLUMN