Re: ORDER BY logic in PostgreSQL source code

2021-11-10 Thread Rafia Sabih
On Wed, 10 Nov 2021 at 11:57, Sajti Zsolt Zoltán wrote: > > I'm currently working on a GiST extension for PostgreSQL and I ran into > strange ORDER BY results during my queries. > > Because I can't find the problem in my source code, I want to investigate the > issue by looking at the PostgreSQL

ORDER BY logic in PostgreSQL source code

2021-11-10 Thread Sajti Zsolt Zoltán
I'm currently working on a GiST extension for PostgreSQL and I ran into strange ORDER BY results during my queries. Because I can't find the problem in my source code, I want to investigate the issue by looking at the PostgreSQL source, maybe inserting extra log messages. While trying to do this