Description of create_singleton_array()

From: Neha Khatri <nehakhatri5(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Description of create_singleton_array()
Date: 2017-05-01 13:51:02
Message-ID: CAFO0U+_fS5SRhzq6uPG+4fbERhoA9N2+nPrtvaC9mmeWivxbsA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is it intentional to have the existing $SUBJECT.

The commit 33f43725
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;f=src/backend/utils/adt/varlena.c;h=33f43725fb5e133454a3e1d0a33bd7cbc75c3c59>
updated
the function text_to_array() such that it does not directly invoke
create_singleton_array(). But $SUBJECT was not updated.

If it is not intentional then is it fine to update the description like
attached.

Regards,
Neha

Attachment Content-Type Size
correct-desc-create-singleton-array.patch application/octet-stream 539 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2017-05-01 14:17:34 Re: CTE inlining
Previous Message Craig Ringer 2017-05-01 13:46:02 Re: CTE inlining