Re: Diagnostic comment in LogicalIncreaseXminForSlot
От
Amit Kapila
Тема
Re: Diagnostic comment in LogicalIncreaseXminForSlot
Дата
Msg-id
CAA4eK1LwSmJdtKVSBNhP9to_oxMyVYnUKv8g9o6Eb6DPAd4Zgw@mail.gmail.com
Ответ на
Diagnostic comment in LogicalIncreaseXminForSlot (Ashutosh Bapat)
Список
Дерево обсуждения
Diagnostic comment in LogicalIncreaseXminForSlot Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Amit Kapila <amit.kapila16@gmail.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Masahiko Sawada <sawada.mshk@gmail.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Amit Kapila <amit.kapila16@gmail.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Andres Freund <andres@anarazel.de>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Amit Kapila <amit.kapila16@gmail.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Amit Kapila <amit.kapila16@gmail.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Jaime Casanova <jcasanov@systemguards.com.ec>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Masahiko Sawada <sawada.mshk@gmail.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Amit Kapila <amit.kapila16@gmail.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Amit Kapila <amit.kapila16@gmail.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Amit Kapila <amit.kapila16@gmail.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Amit Kapila <amit.kapila16@gmail.com>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Daniel Gustafsson <daniel@yesql.se>
Re: Diagnostic comment in LogicalIncreaseXminForSlot Masahiko Sawada <sawada.mshk@gmail.com>
On Thu, May 20, 2021 at 5:43 PM Ashutosh Bapat wrote: > > Hi > LogicalIncreaseRestartDecodingForSlot() has a debug log to report a > new restart_lsn. But the corresponding function for catalog_xmin. > Here's a patch to add the same. > I think this can be useful. One minor comment: + elog(DEBUG1, "got new catalog_xmin %u at %X/%X", xmin, + (uint32) (current_lsn >> 32), (uint32) current_lsn); Isn't it better to use LSN_FORMAT_ARGS for current_lsn? Also, there doesn't seem to be any urgency for adding this, so you can register it for the next CF so that we can add this when the branch opens for PG-15. -- With Regards, Amit Kapila.
В списке pgsql-hackers по дате отправления
От: Bharath Rupireddy
Дата:
От: Michael Paquier
Дата: