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

PG16 - Add tests with random_normal #7183

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Conversation

naisila
Copy link
Member

@naisila naisila commented Sep 6, 2023

Relevant PG commit:
postgres/postgres@38d8176

#7138

@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #7183 (33806b6) into main (5c658b4) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #7183   +/-   ##
=======================================
  Coverage   93.21%   93.21%           
=======================================
  Files         274      274           
  Lines       59321    59323    +2     
=======================================
+ Hits        55296    55300    +4     
+ Misses       4025     4023    -2     

@naisila naisila merged commit b2fc763 into main Sep 6, 2023
@naisila naisila deleted the naisila/pg16_random_normal branch September 6, 2023 11:57
francisjodi pushed a commit that referenced this pull request Nov 13, 2023
naisila added a commit that referenced this pull request Dec 31, 2024
xmltext() converts into xml text nodes.
Test with columnar and citus tables.
Relevant PG17 commit:
postgres/postgres@526fe0d79

random(min, max) generates random numbers in a specified range
Add tests like the ones for random() in aggregate_support.sql
References:
https://github.com/citusdata/citus/blob/main/src/test/regress/sql/aggregate_support.sql#L493-L532
#7183
Relevant PG17 commit:
postgres/postgres@e6341323a
naisila added a commit that referenced this pull request Dec 31, 2024
xmltext() converts into xml text nodes.
Test with columnar and citus tables.
Relevant PG17 commit:
postgres/postgres@526fe0d79

random(min, max) generates random numbers in a specified range
Add tests like the ones for random() in aggregate_support.sql
References:
https://github.com/citusdata/citus/blob/main/src/test/regress/sql/aggregate_support.sql#L493-L532
#7183
Relevant PG17 commit:
postgres/postgres@e6341323a
naisila added a commit that referenced this pull request Dec 31, 2024
xmltext() converts text into xml text nodes.
Test with columnar and citus tables.
Relevant PG17 commit:
postgres/postgres@526fe0d79

random(min, max) generates random numbers in a specified range Add tests
like the ones for random() in aggregate_support.sql References:

https://github.com/citusdata/citus/blob/main/src/test/regress/sql/aggregate_support.sql#L493-L532
#7183
Relevant PG17 commit:
postgres/postgres@e6341323a
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.

2 participants