postgresql/src/backend/utils
Peter Eisentraut 1356f78ea9 Reduce excessive dereferencing of function pointers
It is equivalent in ANSI C to write (*funcptr) () and funcptr().  These
two styles have been applied inconsistently.  After discussion, we'll
use the more verbose style for plain function pointer variables, to make
it clear that it's a variable, and the shorter style when the function
pointer is in a struct (s.func() or s->func()), because then it's clear
that it's not a plain function name, and otherwise the excessive
punctuation makes some of those invocations hard to read.

Discussion: https://www.postgresql.org/message-id/f52c16db-14ed-757d-4b48-7ef360b1631d@2ndquadrant.com
2017-09-07 13:56:09 -04:00
..
adt Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
cache Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
error Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
fmgr Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 2017-08-20 11:19:07 -07:00
hash Remove broken and useless entry-count printing in HASH_DEBUG code. 2017-08-02 12:17:08 -04:00
init Change pg_ctl to detect server-ready by watching status in postmaster.pid. 2017-06-28 17:31:32 -04:00
mb Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
misc Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
mmgr Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
resowner Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
sort Propagate sort instrumentation from workers back to leader. 2017-08-29 13:26:33 -04:00
time Fix typo in comment in SerializeSnapshot 2017-06-24 13:51:26 +01:00
.gitignore
errcodes.txt
Gen_dummy_probes.pl
Gen_dummy_probes.sed
Gen_fmgrtab.pl Post-PG 10 beta1 pgperltidy run 2017-05-17 19:01:23 -04:00
generate-errcodes.pl
Makefile
probes.d