pgsql: Fix typo in tidstore.h.

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in tidstore.h.
Date: 2024-10-23 22:37:16
Message-ID: E1t3jye-0028o0-GE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in tidstore.h.

An oversight in commit f6bef362c.

Reviewed-by: David Rowley
Discussion: https://postgr.es/m/CAD21AoB8MJ5OHtpUw1UEGf7spioFmP3PNH44KNx6Yb3FiZSwKA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7b8b8dddd68aca184ae12e01d2f12d1d338e8f90

Modified Files
--------------
src/include/access/tidstore.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-10-23 23:19:21 pgsql: Improve pg_set_attribute_stats() error message.
Previous Message Jeff Davis 2024-10-23 17:42:00 pgsql: Fix compiler warning.