pgsql: Remove leftover function declaration

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove leftover function declaration
Date: 2024-07-30 12:20:38
Message-ID: E1sYlqI-001t9v-6j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove leftover function declaration

Commit 9d9b9d46f3 removed the function (or rather, moved it to a
different source file and renamed it to SendCancelRequest), but forgot
the declaration in the header file.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/47c98035c6fbff01724b9a646196c92b99faa6bf

Modified Files
--------------
src/include/postmaster/postmaster.h | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-07-30 19:24:48 pgsql: Refactor getWeights to write to caller-supplied buffer
Previous Message Andrew Dunstan 2024-07-30 11:58:13 pgsql: Preserve tz when converting to jsonb timestamptz