pgsql: Remove leftover function declaration - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove leftover function declaration
Date
Msg-id E1sYlqI-001t9v-6j@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Preserve tz when converting to jsonb timestamptz
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Replace static bufs with a StringInfo in cash_words()