pgsql: Split out innards of pg_tablespace_location()
| От | Álvaro Herrera |
|---|---|
| Тема | pgsql: Split out innards of pg_tablespace_location() |
| Дата | |
| Msg-id | E1vJDHm-006GB1-0A@gemulon.postgresql.org обсуждение исходный текст |
| Список | pgsql-committers |
Split out innards of pg_tablespace_location() This creates a src/backend/catalog/pg_tablespace.c supporting file containing a new function get_tablespace_location(), which lets the code underlying pg_tablespace_location() be reused for other purposes. Author: Manni Wood <manni.wood@enterprisedb.com> Author: Nishant Sharma <nishant.sharma@enterprisedb.com> Reviewed-by: Vaibhav Dalvi <vaibhav.dalvi@enterprisedb.com> Reviewed-by: Ian Lawrence Barwick <barwick@gmail.com> Reviewed-by: Jim Jones <jim.jones@uni-muenster.de> Reviewed-by: Álvaro Herrera <alvherre@kurilemu.de> Discussion: https://postgr.es/m/CAKWEB6rmnmGKUA87Zmq-s=b3Scsnj02C0kObQjnbL2ajfPWGEw@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/877a024902a73732d9f976804aee9699dcbe1d90 Modified Files -------------- src/backend/catalog/Makefile | 1 + src/backend/catalog/meson.build | 1 + src/backend/catalog/pg_tablespace.c | 90 +++++++++++++++++++++++++++++++++++++ src/backend/utils/adt/misc.c | 62 ++----------------------- src/include/catalog/pg_tablespace.h | 2 + 5 files changed, 98 insertions(+), 58 deletions(-)
В списке pgsql-committers по дате отправления: