The flex documentation has
Function: YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len)
which is what plproxy abides by.
The actual flex implementation uses yy_size_t, which is really size_t.
Reported upstream as <https://sourceforge.net/p/flex/bugs/184/>.
Ideally, flex --header-file should be used instead of copying the declaration.
Patch proposed upstream as <https://github.com/markokr/plproxy-dev/pull/10>.
_______________________________________________
Pkg-postgresql-public mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public