pgsql: Add missing Int64GetDatum macro in dbsize.c

Lists: pgsql-committers
From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing Int64GetDatum macro in dbsize.c
Date: 2021-07-09 03:14:44
Message-ID: E1m1gyS-0003AP-FS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Add missing Int64GetDatum macro in dbsize.c

I accidentally missed adding this when adjusting 55fe60938 for back
patching. This adjustment was made for 9.6 to 13. 14 and master are not
affected.

Discussion: https://postgr.es/m/CAApHDvp=twCsGAGQG=A=cqOaj4mpknPBW-EZB-sd+5ZS5gCTtA@mail.gmail.com

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3e474a7087cf65c45b88b459bd5aa7a8aa70df72

Modified Files
--------------
src/backend/utils/adt/dbsize.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)