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:13:53
Message-ID: [email protected]
Views: Whole Thread | Raw Message | 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/137af4f27a146f396bce5874f7e0be83ec065dc5

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