pgsql: Fix typo in regression test comment - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Fix typo in regression test comment
Date
Msg-id E1gFSm1-0005Uq-70@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo in regression test comment

per Michael Banck

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4beea5508e80a65a90f3fa857ea34ec71b9d6db2

Modified Files
--------------
src/test/regress/expected/fast_default.out | 2 +-
src/test/regress/sql/fast_default.sql      | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Correctly set t_self for heap tuples in expand_tuple
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Improve unconstify() documentation