modify planner codes, get failed

From: "jacktby(at)gmail(dot)com" <jacktby(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: modify planner codes, get failed
Date: 2022-12-02 12:00:31
Message-ID: 202212022000302231273@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

jacktby(at)gmail(dot)com
--------------
Hello, I'm trying to modify pg codes for my personal project. And after I finish modify planner, I get this.

postgres=# create table tt(a int);
CREATE TABLE
postgres=# \d tt
ERROR: btree index keys must be ordered by attribute

the patches are below

Attachment Content-Type Size
0001-finish-planner-modify.patch application/octet-stream 17.1 KB
0003-fix-limit-and-count-bugs.patch application/octet-stream 1.4 KB

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2022-12-02 12:37:11 Re: Stored procedure code no longer stored in v14 and v15, changed behaviour
Previous Message Ludwig Isaac Lim 2022-12-02 11:59:18 print in plpython not appearing in logs