How to repair my plan modify error?

From: "jacktby(at)gmail(dot)com" <jacktby(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: How to repair my plan modify error?
Date: 2022-12-04 05:32:23
Message-ID: 202212041332222668251@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

here are the patches of my modifies.

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 Marco Bambini 2022-12-04 08:02:07 Libpq linked to LibreSSL
Previous Message Karsten Hilbert 2022-12-03 19:55:47 Aw: Re: Stored procedure code no longer stored in v14 and v15, changed behaviour