pgsql: Fix typo in comment

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in comment
Date: 2017-06-22 20:43:45
Message-ID: E1dO8x7-00089F-6N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment

Once upon a time, WAL pointers could be NULL, but no longer. We talk about
"valid" now.

Reported-by: Amit Langote
Discussion: https://postgr.es/m/33e9617d-27f1-eee8-3311-e27af98eaf2b@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/82c1507e3067d6d7884e823b09c921f9119dbe6f

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-06-22 21:24:05 pgsql: Fix typos in README.dependencies
Previous Message Robert Haas 2017-06-22 17:53:17 pgsql: Document partitioned_rels in create_modifytable_path header comm