]> granicus.if.org Git - postgresql/commit
Create the beginnings of internals documentation for the regex code.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Feb 2012 23:57:38 +0000 (18:57 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Feb 2012 23:58:23 +0000 (18:58 -0500)
commit27af91438b68f46f4015853b6f75c6f5c3a8650c
tree3d3edbeb3f1146775a2a17de86394c0ba49d843f
parent2f582f76b1945929ff07116cd4639747ce9bb8a1
Create the beginnings of internals documentation for the regex code.

Create src/backend/regex/README to hold an implementation overview of
the regex package, and fill it in with some preliminary notes about
the code's DFA/NFA processing and colormap management.  Much more to
do there of course.

Also, improve some code comments around the colormap and cvec code.
No functional changes except to add one missing assert.
src/backend/regex/README [new file with mode: 0644]
src/backend/regex/regc_cvec.c
src/backend/regex/regcomp.c
src/include/regex/regguts.h