pg_rman icon indicating copy to clipboard operation
pg_rman copied to clipboard

To support PostgreSQL v15

Open zwyan0 opened this issue 3 years ago • 4 comments

To support PostgreSQL15

zwyan0 avatar Jun 09 '22 08:06 zwyan0

Thanks!

mikecaat avatar Jul 21 '22 05:07 mikecaat

Thanks for your works!

Although I have some comments, it's ok after the RC version is released because it's trivial things.

Please add commit message the deatailed reason why you change the code because mainteners may change. For example, I think the following things are important.

  • why do we change to pg_backup_start()/pg_backup_stop() and the arguments are changed? In my understanding, though the exclusive mode is remove, it just renames the function name and keeps the behavior because pg_rman already changed to use non-exclusive mode.
  • why the arc_srv_log_management.sh change the log_checkpoints = off? In my undersanding, the reason is that the test to check if the expected server logs are removed fails since the default value bacame 'on'. The checkpoint logs update the timestamp of server log files when executing the test, and it makes remove newer dummy server logs. To avoid the behavior, turn it off only when the tests are executed.

I changed commit message.

zwyan0 avatar Jul 21 '22 07:07 zwyan0

Hello. When will the pg_rman source be released to support PG15?

tdchi avatar Dec 05 '22 09:12 tdchi

Hello. When will the pg_rman source be released to support PG15?

Hello. I can't give you an exact time, but we will try to release it as soon as possible.

zwyan0 avatar Dec 09 '22 02:12 zwyan0