How to write a new tuple into page?

From: "jacktby(at)gmail(dot)com" <jacktby(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: How to write a new tuple into page?
Date: 2023-02-02 14:00:56
Message-ID: 202302022200544653107@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi, I'm trying to construct a new tuple type, that's not heaptuple,
When I get a tupleTableSlot, I will get data info from it and then I
will constuct a new tuple, and now I need to put it into a physical
page, how should I do?

--------------

jacktby(at)gmail(dot)com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2023-02-02 14:06:36 Re: run pgindent on a regular basis / scripted manner
Previous Message Robert Haas 2023-02-02 13:44:58 Re: Move defaults toward ICU in 16?