Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.

2021-11-25 Thread Tom Lane
Robert Haas writes: > On Wed, Nov 24, 2021 at 8:01 PM Andres Freund wrote: >> Pushed the obvious fix for that. Somehow thought I'd seen more compile >> failure >> than the one WAL_DEBUG... > Hmm, thanks. I guess i put too much trust in the compiler. My approach to such patches is always "in gr

Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.

2021-11-25 Thread Robert Haas
On Wed, Nov 24, 2021 at 8:01 PM Andres Freund wrote: > Pushed the obvious fix for that. Somehow thought I'd seen more compile failure > than the one WAL_DEBUG... Hmm, thanks. I guess i put too much trust in the compiler. -- Robert Haas EDB: http://www.enterprisedb.com

pgsql: Remove unneeded Python includes

2021-11-25 Thread Peter Eisentraut
Remove unneeded Python includes Inluding and has not been necessary since Python 2.4, since they are included via . Morever, is being removed in Python 3.11. So remove these includes. Reviewed-by: Tom Lane Discussion: https://www.postgresql.org/message-id/flat/84884.1637723223%40sss.pgh.pa

pgsql: Remove unneeded Python includes

2021-11-25 Thread Peter Eisentraut
Remove unneeded Python includes Inluding and has not been necessary since Python 2.4, since they are included via . Morever, is being removed in Python 3.11. So remove these includes. Reviewed-by: Tom Lane Discussion: https://www.postgresql.org/message-id/flat/84884.1637723223%40sss.pgh.pa

pgsql: Remove unneeded Python includes

2021-11-25 Thread Peter Eisentraut
Remove unneeded Python includes Inluding and has not been necessary since Python 2.4, since they are included via . Morever, is being removed in Python 3.11. So remove these includes. Reviewed-by: Tom Lane Discussion: https://www.postgresql.org/message-id/flat/84884.1637723223%40sss.pgh.pa

pgsql: Remove unneeded Python includes

2021-11-25 Thread Peter Eisentraut
Remove unneeded Python includes Inluding and has not been necessary since Python 2.4, since they are included via . Morever, is being removed in Python 3.11. So remove these includes. Reviewed-by: Tom Lane Discussion: https://www.postgresql.org/message-id/flat/84884.1637723223%40sss.pgh.pa

pgsql: Remove unneeded Python includes

2021-11-25 Thread Peter Eisentraut
Remove unneeded Python includes Inluding and has not been necessary since Python 2.4, since they are included via . Morever, is being removed in Python 3.11. So remove these includes. Reviewed-by: Tom Lane Discussion: https://www.postgresql.org/message-id/flat/84884.1637723223%40sss.pgh.pa

pgsql: Remove unneeded Python includes

2021-11-25 Thread Peter Eisentraut
Remove unneeded Python includes Inluding and has not been necessary since Python 2.4, since they are included via . Morever, is being removed in Python 3.11. So remove these includes. Reviewed-by: Tom Lane Discussion: https://www.postgresql.org/message-id/flat/84884.1637723223%40sss.pgh.pa