| From: | Éric <eric(dot)lemoine(at)oslandia(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org,Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Subject: | Re: Performance issue with Pointcloud extension |
| Date: | 2017-06-08 20:41:41 |
| Message-ID: | 1E67E112-57B6-4206-8FE5-0615A1E1977D@oslandia.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
>Have you experimented with other queries that don't involve PostGIS?
>I'm wondering if your hook-installation code fails to work properly
>unless PostGIS was loaded first. This would be easier to credit if
>there are hooks both extensions try to get into.
I think you're right on Tom. It looks like I cannot reproduce the issue if I start by calling a PostGIS function rather than a Pointcloud function. So it may well be a conflict between PostGIS and Pointcloud. Both use fn_extra, and that makes we wonder. This old thread [*] makes me wonder too! I still need to figure out the bug, but I can see some light now! thanks
--
Éric
| From | Date | Subject | |
|---|---|---|---|
| Next Message | marcinha rocha | 2017-06-09 00:53:38 | Function with limit and offset - PostgreSQL 9.3 |
| Previous Message | John R Pierce | 2017-06-08 19:34:32 | Re: Db backup |