pgsql: Improve comments for TSLexeme data structure.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve comments for TSLexeme data structure.
Date: 2011-11-03 23:18:40
Message-ID: E1RM6YS-0004qb-Vw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve comments for TSLexeme data structure.

Mostly, clean up long-ago pgindent damage.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a0d2f05a0d433ab68ec378744ff920562a5ef681

Modified Files
--------------
src/include/tsearch/ts_public.h | 27 +++++++++++++++++++--------
1 files changed, 19 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-11-03 23:18:41 pgsql: Fix bogus code in contrib/ tsearch dictionary examples.
Previous Message Tom Lane 2011-11-03 21:54:29 pgsql: Fix inline_set_returning_function() to allow multiple OUT parame