postgresql/src/backend/utils
Tom Lane 513ff52e81 Suppress compiler warnings when building with --enable-dtrace.
Most versions of "dtrace -h" drop const qualifiers from the declarations
of probe functions (though macOS gets it right).  This causes compiler
warnings when we pass in pointers to const.  Repair by extending our
existing post-processing of the probes.h file.  To do so, assume that all
"char *" arguments should be "const char *"; that seems reasonably safe.

Thomas Munro

Discussion: https://postgr.es/m/CAEepm=2j1pWSruQJqJ91ZDzD8w9ZZDsM4j2C6x75C-VryWg-_w@mail.gmail.com
2018-05-07 13:44:09 -04:00
..
adt Put in_range_float4_float8's work in-line. 2018-05-05 13:21:50 -04:00
cache Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
error Update copyright for 2018 2018-01-02 23:30:12 -05:00
fmgr Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
hash Allow memory contexts to have both fixed and variable ident strings. 2018-03-27 16:46:51 -04:00
init Allow group access on PGDATA 2018-04-07 17:45:39 -04:00
mb perltidy: Add option --nooutdent-long-comments 2018-04-27 11:37:43 -04:00
misc Fix assorted compiler warnings seen in the buildfarm. 2018-05-02 15:52:54 -04:00
mmgr Assorted minor doc/comment fixes. 2018-04-28 11:46:15 -04:00
resowner Basic JIT provider and error handling infrastructure. 2018-03-21 19:28:28 -07:00
sort Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions. 2018-05-02 17:23:13 +03:00
time Rename TransactionChain functions 2018-03-16 13:18:06 -04:00
.gitignore Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
errcodes.txt Support all SQL:2011 options for window frame clauses. 2018-02-07 00:06:56 -05:00
Gen_dummy_probes.pl perltidy: Add option --nooutdent-long-comments 2018-04-27 11:37:43 -04:00
Gen_dummy_probes.sed Update copyright for 2018 2018-01-02 23:30:12 -05:00
Gen_fmgrtab.pl Remove "Generating" output from catalog scripts 2018-04-30 14:18:07 -04:00
generate-errcodes.pl Update copyright for 2018 2018-01-02 23:30:12 -05:00
Makefile Suppress compiler warnings when building with --enable-dtrace. 2018-05-07 13:44:09 -04:00
probes.d Support parallel btree index builds. 2018-02-02 13:32:44 -05:00