Shinya Kato
Shinya Kato
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.8.1 - **Where do...
I have formatted the source code because there is no uniformity in the source code format. I believe this change is necessary to facilitate maintenance. - Changed spaces to tabs....
## Problem There are some swagger errors in `pageserver/src/http/openapi_spec.yml` ``` Error 431 15000 Object includes not allowed fields Error 569 3100401 should always have a 'required' Error 569 15000 Object...
## Problem There were spaces instead of a tab in the C source file. ## Summary of changes I fixed to use a tab instead of spaces. ## Checklist before...
Apache AGE's Discord has been shutdown and is no longer in use. Therefore, I have removed the mention of Discord.
Added EmitWarningsOnPlaceholders("age") to warn when an undefined GUC parameter is set for a placeholder named "age". Warnings are issued when PostgreSQL starts and when SET statements are executed. When PostgreSQL...
Added EmitWarningsOnPlaceholders("age") to warn when an undefined GUC parameter is set for a placeholder named "age". Warnings are issued when PostgreSQL starts and when SET statements are executed. When PostgreSQL...
## Summary - Build RPMs when tags are pushed and attach them to the draft release. - This PR is in progress. - When PostgreSQL 17 is released, we need...
Use $(whoami) instead of $USER. The reasons are as follows. - If the environment in which the shell script is executed is not a login shell, the variable $USER may...
Compiling pg_rman with PostgreSQL and disabled assertions triggers a -Wunused-but-set-variable warning. ``` #16 0.335 gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2...