Re: Virtual generated columns

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Virtual generated columns
Date: 2024-09-18 02:38:10
Message-ID: CACJufxEcBdQ0nwipq+SZC3uFtbBuxswn6Ofp+A846UUdeZmX1Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Sep 16, 2024 at 5:22 PM jian he <jian(dot)universality(at)gmail(dot)com> wrote:
>
> in v7.
>
seems I am confused with the version number.

here, I attached another minor change in tests.

make
ERROR: invalid ON DELETE action for foreign key constraint containing
generated column
becomes
ERROR: foreign key constraints on virtual generated columns are not supported

change contrib/pageinspect/sql/page.sql
expand information on t_infomask, t_bits information.

change RelationBuildLocalRelation
make the transient TupleDesc->TupleConstr three bool flags more accurate.

Attachment Content-Type Size
v6-0001-virtual-generated-columns-misc-changes.no-cfbot application/octet-stream 7.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shawn wang 2024-09-18 02:56:08 Re: Trim the heap free memory
Previous Message Bruce Momjian 2024-09-18 00:54:59 Re: Detailed release notes