Skip to content

Automatically generate node support functions in cloudberry#1823

Open
chenjinbao1989 wants to merge 1 commit into
apache:mainfrom
chenjinbao1989:generate_read_write2
Open

Automatically generate node support functions in cloudberry#1823
chenjinbao1989 wants to merge 1 commit into
apache:mainfrom
chenjinbao1989:generate_read_write2

Conversation

@chenjinbao1989

Copy link
Copy Markdown
Contributor

When merging Postgres 16, automatic generation of node support
functions was not enabled. This commit enables the automatic
generation of write, read, copy, and equal functions.

In future code, developers will no longer need to manually create
NodeTags and their corresponding write/read/copy/equal functions
when creating or modifying structures.

Comment thread src/include/commands/explain_gp.h Outdated
@chenjinbao1989 chenjinbao1989 force-pushed the generate_read_write2 branch 2 times, most recently from ce58074 to 472d86e Compare June 18, 2026 03:11
Comment thread src/backend/executor/execAmi.c
@chenjinbao1989 chenjinbao1989 force-pushed the generate_read_write2 branch 2 times, most recently from 7e2e166 to 93ce112 Compare June 22, 2026 14:52
@tuhaihe tuhaihe requested review from my-ship-it and reshke June 23, 2026 07:25
@tuhaihe

tuhaihe commented Jun 23, 2026

Copy link
Copy Markdown
Member

The new file now includes the standard ASF license header and has passed the RAT scan. It looks fine to me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants