Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for inserting with AT LOCAL operator #7815

Open
wants to merge 1 commit into
base: release-13.0
Choose a base branch
from

Conversation

naisila
Copy link
Member

@naisila naisila commented Dec 26, 2024

PG17 has added support for AT LOCAL operator
it converts the given time type to
time stamp with the session's TimeZone value as time zone. Here we add tests that validate that we can use AT LOCAL at INSERT commands

Relevant PG commit:
postgres/postgres@97957fdba

With the tests, we verify that we evaluate AT LOCAL at the coordinator and then perform the insert remotely.

PG17 has added support for AT LOCAL operator
it converts the given time type to
time stamp with the session's TimeZone value as time zone.
Here we add tests that validate that we can use AT LOCAL at INSERT commands

Relevant PG commit:
postgres/postgres@97957fdba

With the tests, we verify that we evaluate AT LOCAL
at the coordinator and then perform the insert remotely
Copy link

codecov bot commented Dec 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (release-13.0@b4cc721). Learn more about missing BASE report.

Additional details and impacted files
@@               Coverage Diff               @@
##             release-13.0    #7815   +/-   ##
===============================================
  Coverage                ?   89.57%           
===============================================
  Files                   ?      274           
  Lines                   ?    59723           
  Branches                ?     7451           
===============================================
  Hits                    ?    53498           
  Misses                  ?     4084           
  Partials                ?     2141           

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

Successfully merging this pull request may close these issues.

1 participant