mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
* chore: bump main branch version to 1.0.0-beta.1 Signed-off-by: discord9 <discord9@163.com> * rename beta.1 to beta1 Signed-off-by: discord9 <discord9@163.com> * again Signed-off-by: discord9 <discord9@163.com> * test: correct redact version Signed-off-by: discord9 <discord9@163.com> * chore Signed-off-by: discord9 <discord9@163.com> --------- Signed-off-by: discord9 <discord9@163.com>
35 lines
849 B
Plaintext
35 lines
849 B
Plaintext
-- SQLNESS REPLACE branch:\s+.+ branch: BRANCH
|
|
-- SQLNESS REPLACE commit:\s+.+ commit: COMMIT
|
|
-- SQLNESS REPLACE commit_short:\s+.+ commit_short: COMMIT_SHORT
|
|
-- SQLNESS REPLACE clean:\s+.+ clean: CLEAN
|
|
-- SQLNESS REPLACE version:\s+.+ version: VERSION
|
|
-- SQLNESS REPLACE [\s\-]+
|
|
SELECT build();
|
|
|
|
++|build()|++|branch:BRANCH|commit:COMMIT|commit_short:COMMIT_SHORT|clean:CLEAN|version:VERSION++
|
|
|
|
-- SQLNESS REPLACE (\d+\.\d+(?:\.\d+)*-[a-zA-Z0-9.-]+) VERSION
|
|
-- SQLNESS REPLACE [\s\-]+
|
|
SELECT version();
|
|
|
|
++|version()|++|VERSION|++
|
|
|
|
-- SQLNESS REPLACE \d+ PID
|
|
SELECT pg_backend_pid();
|
|
|
|
+------------------+
|
|
| pg_backend_pid() |
|
|
+------------------+
|
|
| PID |
|
|
+------------------+
|
|
|
|
-- SQLNESS REPLACE \d+ PID
|
|
SELECT connection_id();
|
|
|
|
+-----------------+
|
|
| connection_id() |
|
|
+-----------------+
|
|
| PID |
|
|
+-----------------+
|
|
|