pgsql: Fix type of infomask parameter in htup_details.h functions. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Fix type of infomask parameter in htup_details.h functions.
Date
Msg-id E1vBggc-0030zW-14@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix type of infomask parameter in htup_details.h functions.

Oversight in commit 34694ec888.  Since there aren't any known live
bugs related to this, no back-patch.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/aPk4u955ZPPZ_nYw%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d10866f1fdf1fbf66605b47e8303848b6c7d950b

Modified Files
--------------
src/include/access/htup_details.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove useless pstrdup() calls.
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid assuming that time_t can fit in an int.