Fix a typo in pg_rotate_logfile

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix a typo in pg_rotate_logfile
Date: 2024-02-12 20:32:21
Message-ID: CALj2ACUmL5TraYBUBqDZBi1C+Re8_=SekqGYqYprj_W8wygQ8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
v1-0001-Fix-a-typo-in-pg_rotate_logfile.patch application/x-patch 897 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2024-02-12 20:37:14 Re: Popcount optimization using AVX512
Previous Message Jeff Davis 2024-02-12 20:25:09 Re: Collation version tracking for macOS