Skip to content

Commit e84cd34

Browse files
author
Terran
committed
Change the name of Postgresql to PostgreSQL
1 parent 03ca072 commit e84cd34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

babel/src/test/java/org/apache/calcite/test/BabelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ private void checkSqlResult(String funLibrary, String query, String result) {
497497

498498
/** Test case for
499499
* <a href="https://issues.apache.org/jira/browse/CALCITE-7337">[CALCITE-7337]
500-
* Add age function (enabled in Postgresql library)</a>. */
500+
* Add age function (enabled in PostgreSQL library)</a>. */
501501
@Test void testAgeFunction() {
502502
checkSqlResult("postgresql",
503503
"SELECT AGE(timestamp '2023-12-25', timestamp '2020-01-01') FROM (VALUES (1)) t",

testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6950,7 +6950,7 @@ void checkRegexpExtract(SqlOperatorFixture f0, FunctionAlias functionAlias) {
69506950

69516951
/** Test case for
69526952
* <a href="https://issues.apache.org/jira/browse/CALCITE-7337">[CALCITE-7337]
6953-
* Add age function (enabled in Postgresql library)</a>. */
6953+
* Add age function (enabled in PostgreSQL library)</a>. */
69546954
@Test void testAgePg() {
69556955
final SqlOperatorFixture f0 = fixture();
69566956
f0.checkFails("^age(timestamp '2023-12-25', timestamp '2020-01-01')^",

0 commit comments

Comments
 (0)