pgsql: Fix wrong function name in comment.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix wrong function name in comment.
Date: 2017-11-28 19:21:07
Message-ID: E1eJlRL-00064j-4A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix wrong function name in comment.

Rushabh Lathia

Discussion: http://postgr.es/m/CAGPqQf2z5g+7YmGZSZgKoiFsaUB+63Rzmz8-5PQHuS6hd14FEg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cd482f295150f8311290b5234873917f2172a34a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-11-29 03:03:58 pgsql: Fix extstat collection when no stats are produced for a column
Previous Message Robert Haas 2017-11-28 19:16:17 pgsql: If a range-partitioned table has no default partition, reject nu