A typo in partprune.c

Yuzuko Hosoya <hosoya.yuzuko@lab.ntt.co.jp>

From: "Yuzuko Hosoya" <hosoya.yuzuko@lab.ntt.co.jp>
To: <pgsql-hackers@lists.postgresql.org>
Date: 2018-11-08T10:19:14Z
Lists: pgsql-hackers

Attachments

Hi,

I found a typo in the comment of get_matching_range_bounds.
/*
- * get_matching_range_datums
+ * get_matching_range_bounds
  *		Determine the offsets of range bounds matching the specified values,
  *		according to the semantics of the given operator strategy

Here is the patch to fix it.

Best regards,
Yuzuko Hosoya
NTT Open Source Software Center

Commits

  1. Fix incorrect routine name reference in partprune.c