1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
1a1485115e One more fix confusion 2003-12-05 15:38:30 +00:00
84d2ed136c Avoid confusion start_parse_str function with tsearch V1 2003-12-05 14:28:21 +00:00
3f43446e36 Persuade tsearch/tsearch2 to work (or at least pass their regression
tests) when using flex 2.5.31.  The fix is to *not* try to use palloc
and pfree for allocations within the lexer; when you do that, the
yy_buffer_stack gets freed at inopportune times.  The code is already
set up to do manual deallocation, so I see no particular advantage to
using palloc anyway.
2003-09-14 18:44:23 +00:00
3d0d78ce2f Bring the makefiles up to our conventions. 2003-08-23 04:25:29 +00:00
d3fe721a40 Eliminate function start_parse_fh and macro YY_INPUT 2003-08-15 13:44:35 +00:00
3b29525a79 Sub-Makefiles need to explicitly add CFLAGS_SL to CFLAGS, else their
object files do not get built with -fpic.
2003-08-04 20:34:26 +00:00
f237a80d8a Fix to build correctly outside source tree. 2003-08-04 19:52:37 +00:00
d6f0f44b55 make sub-Makefiles in the sub-directories 2003-08-04 14:54:47 +00:00
089003fb46 pgindent run. 2003-08-04 00:43:34 +00:00
b88605337e tsearch2 module 2003-07-21 10:27:44 +00:00