diff options
author | Michael Paquier <michael@paquier.xyz> | 2025-05-31 09:40:45 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2025-05-31 09:40:45 +0900 |
commit | e050af28686e796bdf22cb53fe3fdf1c6655f315 (patch) | |
tree | 7082598a0c82415104c4ffed4c7da830bb395ec9 /src/backend/regex/retest.c | |
parent | 706054b11b959c865c0c7935c34d92370d7168d4 (diff) | |
download | postgresql-master.tar.gz postgresql-master.zip |
uint64 was chosen to be consistent with the type used by the query ID,
but the conclusion of a recent discussion for the query ID is that int64
is a better fit as the signed form is shown to the user, for PGSS or
EXPLAIN outputs.
This commit changes the plan ID to use int64, following c3eda50b0648
that has done the same for the query ID.
The plan ID is new to v18, introduced in 2a0cd38da5cc.
Author: Michael Paquier <michael@paquier.xyz>
Reviewed-by: Sami Imseih <samimseih@gmail.com>
Discussion: https://postgr.es/m/aCvzJNwetyEI3Sgo@paquier.xyz
Diffstat (limited to 'src/backend/regex/retest.c')
0 files changed, 0 insertions, 0 deletions