Skip to content

Conversation

Yvinayak07
Copy link
Contributor

@Yvinayak07 Yvinayak07 commented Jul 11, 2025

Description

  • added typmod handling for RelabelType Node .

Issues Resolved

Task: BABEL-5976

Signed-off-by: yashneet vinayak [email protected]

extension PR: babelfish-for-postgresql/babelfish_extensions#3953

Test Scenarios Covered

  • Use case based -

  • Boundary conditions -

  • Arbitrary inputs -

  • Negative test cases -

  • Minor version upgrade tests -

  • Major version upgrade tests -

  • Performance tests -

  • Tooling impact -

  • Client tests -

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is under the terms of the Apache 2.0 and PostgreSQL licenses, and grant any person obtaining a copy of the contribution permission to relicense all or a portion of my contribution to the PostgreSQL License solely to contribute all or a portion of my contribution to the PostgreSQL open source project.

For more information on following Developer Certificate of Origin and signing off your commits, please check here.

yashneet vinayak added 3 commits July 11, 2025 09:55
int32 baseTypeMod,
typmod = -1;

if (exprTypmod_hook && typmod == -1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need check on typmod as it will anyway be -1

Signed-off-by: yashneet vinayak <[email protected]>
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