Skip to content

Fix compilation of src/backend/commands/tablecmds.c#2625

Merged
RekGRpth merged 1 commit into
sync-14x-b13from
sync-14x-b13-62
May 29, 2026
Merged

Fix compilation of src/backend/commands/tablecmds.c#2625
RekGRpth merged 1 commit into
sync-14x-b13from
sync-14x-b13-62

Conversation

@RekGRpth

Copy link
Copy Markdown
Member

Commit 5028981 added a new function, ATExecCookedColumnDefault, to
src/backend/commands/tablecmds.c, which calls the StoreAttrDefault
function. However, the earlier commit 19cd1cf had already added the new
arguments bool *cookedMissingVal, Datum *missingval_p, and bool
*missingIsNull_p.

Commit 5028981 added a new function, ATExecCookedColumnDefault, to
src/backend/commands/tablecmds.c, which calls the StoreAttrDefault
function. However, the earlier commit 19cd1cf had already added the new
arguments bool *cookedMissingVal, Datum *missingval_p, and bool
*missingIsNull_p.
@RekGRpth RekGRpth merged commit 640451e into sync-14x-b13 May 29, 2026
@RekGRpth RekGRpth deleted the sync-14x-b13-62 branch May 29, 2026 09:10
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.

2 participants