Commit Graph

24 Commits (43bbaa83f95cd5f66e556ca521b7c22d80be571d)

Author SHA1 Message Date
Tom Lane ccff2d20ed Convert a few datatype input functions to use "soft" error reporting. 3 years ago
John Naylor dac048f71e Build all Flex files standalone 3 years ago
Peter Eisentraut 4211673622 Exclude flex-generated code from coverage testing 8 years ago
Tom Lane f31a931fad Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs. 9 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 11 years ago
Tom Lane 55cbfa5366 Fix contrib/cube and contrib/seg to build with bison 3.0. 12 years ago
Peter Eisentraut 0cb1fac3b1 Add noreturn attributes to some error reporting functions 13 years ago
Tom Lane b853eb9718 Improve handling of ereport(ERROR) and elog(ERROR). 13 years ago
Tom Lane 2e95f1f002 Add "%option warn" to all flex input files that lacked it. 14 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane 3e4264ca35 Add %option noinput to contrib's flex scanners, to suppress gcc 4.3 17 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Tom Lane ad148c4154 Suppress warnings on platforms where fprintf is a macro (eg, recent 20 years ago
Tom Lane db64df4b1c Fix contrib/cube and contrib/seg to compile on Windows. 21 years ago
Tom Lane fa96a5e15b Add %option nodefault to all our flex lexers. Fix a couple of rule gaps 22 years ago
Tom Lane 03e47392e0 Make contrib/cube work with flex 2.5.31. Fix it up to have a real 22 years ago
Tom Lane 5666462f2e Ensure that in all flex lexers that are part of the backend, a 23 years ago
Tom Lane df7201c3c5 Remove no-longer-needed inclusions to improve backward compatibility 23 years ago
Tom Lane 52c9d25933 Be careful to include postgres.h *before* any system headers, to ensure 23 years ago
Bruce Momjian 32784cddf1 The changes I have made are described in CHANGES. This was based on 23 years ago
Tom Lane 9f1fc1080e Since we're depending on %option noyywrap in the main scanner now, 23 years ago
Tom Lane 9892ddf5ee Gene Selkov's CUBE datatype (GiST example code) 25 years ago