Fix a typo in pg_rotate_logfile

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Fix a typo in pg_rotate_logfile
Дата
Msg-id CALj2ACUmL5TraYBUBqDZBi1C+Re8_=SekqGYqYprj_W8wygQ8w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fix a typo in pg_rotate_logfile  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
Hi,

I happened to notice a typo in pg_rotate_logfile in ipc/signalfuncs.c
- the hint message wrongly mentions that pg_logfile_rotate is part of
the core; which is actually not. pg_logfile_rotate is an adminpack's
1.0 SQL function dropped in 2.0. The core defines pg_rotate_logfile
SQL function instead, so use that. Here's a patch to fix the typo.

--
Bharath Rupireddy
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Collation version tracking for macOS
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Popcount optimization using AVX512