mirror of
https://github.com/postgres/postgres.git
synced 2026-03-06 23:32:30 -05:00
(usually bison output files), not as standalone files. This hack works around flex's insistence on including <stdio.h> before we are able to include postgres.h; postgres.h will already be read before the compiler starts to read the flex output file. Needed for largefile support on some platforms. |
||
|---|---|---|
| .. | ||
| include | ||
| lib | ||
| preproc | ||
| test | ||
| ChangeLog | ||
| Makefile | ||
| README.dynSQL | ||
descriptor statements have the following shortcomings - input descriptors (USING DESCRIPTOR <name>) are not supported Reason: to fully support dynamic SQL the frontend/backend communication should change to recognize input parameters. Since this is not likely to happen in the near future and you can cover the same functionality with the existing infrastructure (using s[n]printf), I'll leave the work to someone else.