pgsql: Fix incorrect routine name reference in partprune.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect routine name reference in partprune.c
Date: 2018-11-08 11:16:18
Message-ID: E1gKiIM-0005Hs-4S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect routine name reference in partprune.c

Author: Yuzuko Hosoya
Discussion: https://postgr.es/m/00ac01d4774c$7feac860$7fc05920$@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/170dccc69ddb5eb379ebb5282d699738177d4543

Modified Files
--------------
src/backend/partitioning/partprune.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2018-11-08 13:40:31 pgsql: Adjust valgrind fix in commit 517b0d0b5f
Previous Message Andres Freund 2018-11-07 22:15:10 Re: pgsql: Move EEOP_*_SYSVAR evaluation out of line.