mirror of
https://github.com/postgres/postgres.git
synced 2026-03-20 17:44:08 -04:00
The latter updated accordingly. Also add `dist' and `distcheck' targets to play with, but caveat packager. Updated backend/bootstrap and backend/parser makefile to make them marginally builddir aware and fix the usual set of things. Add rule to automatically remake config.h dependent on config.h.in and config.status. (Adopted from Autoconf manual and about every other package.) On a good day we should now have a complete and accurate set of dependencies throughout everything. |
||
|---|---|---|
| .. | ||
| include | ||
| lib | ||
| preproc | ||
| test | ||
| ChangeLog | ||
| Makefile | ||
| README.dynSQL | ||
| TODO | ||
descriptor statements have the following shortcomings - up to now the only reasonable statement is FETCH ... INTO SQL DESCRIPTOR <name> no input variables allowed! 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 I'll leave the work to someone else. - string buffer overflow does not always generate warnings (beware: terminating 0 may be missing because strncpy is used) :var=data sets sqlwarn accordingly (but not indicator) - char variables pointing to NULL are not allocated on demand - string truncation does not show up in indicator