diff options
author | Nathan Bossart <nathan@postgresql.org> | 2024-02-14 11:48:29 -0600 |
---|---|---|
committer | Nathan Bossart <nathan@postgresql.org> | 2024-02-14 11:48:29 -0600 |
commit | 8d8afd48d3f298bc4d8ab2b115cc39550132bde7 (patch) | |
tree | 3f414a22a0719e4257f08cff45b8b25274c40c3a /src/include | |
parent | 3e8235ba4f9cc3375b061fb5d3f3575434539b5f (diff) |
Allow pg_monitor to execute pg_current_logfile().
We allow roles with privileges of pg_monitor to execute functions
like pg_ls_logdir(), so it seems natural that such roles would also
be able to execute this function.
Bumps catversion.
Co-authored-by: Pavlo Golub
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/CAK7ymcLmEYWyQkiCZ64WC-HCzXAB0omM%3DYpj9B3rXe8vUAFMqw%40mail.gmail.com
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/catalog/catversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 75e1fc8433d..61beae92e28 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202402141 +#define CATALOG_VERSION_NO 202402142 #endif |