| From: | "Yuzuko Hosoya" <hosoya(dot)yuzuko(at)lab(dot)ntt(dot)co(dot)jp> |
|---|---|
| To: | <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | A typo in partprune.c |
| Date: | 2018-11-08 10:19:14 |
| Message-ID: | 00ac01d4774c$7feac860$7fc05920$@lab.ntt.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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
| Attachment | Content-Type | Size |
|---|---|---|
| fix_partprune_typo.patch | application/octet-stream | 499 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fabien COELHO | 2018-11-08 10:54:27 | Re: fix psql \conninfo & \connect when using hostaddr |
| Previous Message | Arthur Zakirov | 2018-11-08 09:52:25 | Re: fix psql \conninfo & \connect when using hostaddr |