pgsql: C comment: mention null handling in BuildTupleFromCStrings()

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: C comment: mention null handling in BuildTupleFromCStrings()
Date: 2018-04-03 18:01:23
Message-ID: E1f3QFH-0003FF-K5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

C comment: mention null handling in BuildTupleFromCStrings()

Discussion: https://postgr.es/m/CAFjFpRcF-wNbe0w-m3NpkEwr9shmOZ=GoESOzd2Wog9h55J8sA@mail.gmail.com

Author: Ashutosh Bapat

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/242408dbef283ff148a3a671a7f4ebbad6118b22

Modified Files
--------------
src/backend/executor/execTuples.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-04-03 18:29:11 Re: pgsql: Validate page level checksums in base backups
Previous Message Peter Geoghegan 2018-04-03 17:38:57 Re: pgsql: Add Bloom filter implementation.