Skip to content

Commit 88e8223

Browse files
author
Azure Pipelines Bot
committed
[Linux / PostgreSQL 18] baselines
1 parent 51a334b commit 88e8223

4 files changed

+44
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
BeforeExecute
2+
-- PostgreSQL.18 PostgreSQL (asynchronously)
3+
4+
SELECT
5+
g_1."Id",
6+
SUM(g_1."Id")
7+
FROM
8+
(SELECT NULL::Int "Id" WHERE 1 = 0) g_1("Id")
9+
GROUP BY
10+
g_1."Id"
11+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
BeforeExecute
2+
-- PostgreSQL.18 PostgreSQL (asynchronously)
3+
4+
SELECT
5+
g_1."Id",
6+
SUM(g_1."Id")
7+
FROM
8+
(SELECT NULL::Int "Id" WHERE 1 = 0) g_1("Id")
9+
GROUP BY
10+
g_1."Id"
11+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
BeforeExecute
2+
-- PostgreSQL.18 PostgreSQL
3+
4+
SELECT
5+
g_1."Id",
6+
SUM(g_1."Id")
7+
FROM
8+
(SELECT NULL::Int "Id" WHERE 1 = 0) g_1("Id")
9+
GROUP BY
10+
g_1."Id"
11+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
BeforeExecute
2+
-- PostgreSQL.18 PostgreSQL
3+
4+
SELECT
5+
g_1."Id",
6+
SUM(g_1."Id")
7+
FROM
8+
(SELECT NULL::Int "Id" WHERE 1 = 0) g_1("Id")
9+
GROUP BY
10+
g_1."Id"
11+

0 commit comments

Comments
 (0)