ORDER BY logic in PostgreSQL source code

From: Sajti Zsolt Zoltán <qnwbq9(at)inf(dot)elte(dot)hu>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: ORDER BY logic in PostgreSQL source code
Date: 2021-11-10 06:43:43
Message-ID: DB7PR10MB2172269A8F7E4FA27A7D68BBDC939@DB7PR10MB2172.EURPRD10.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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, I came to the conclusion that I need developer help, because I can't find the part of the source code
where the ORDER BY logic is implemented.

Could you please help, by telling me which files should I take a look at?

Thanks in advance!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message gg pw 2021-11-10 06:44:20 Reuse of State value in Aggregates
Previous Message Dilip Kumar 2021-11-10 06:43:11 Re: Failed transaction statistics to measure the logical replication progress