postgresql/src/backend
Alvaro Herrera 530bcf7581 Fix thinko in comment
The listed numbers disagreed with the ones being used in the symbols;
but instead of just fixing the numbers in the comment, use the symbolic
name instead, which seems clearer.

This has been wrong all along, so apply back to 9.5 where BRIN was
introduced.

Reported-by: Tomas Vondra
Discussion: https://postgr.es/m/5ff514f2-8b1e-6366-b11c-8e2ed442562d@2ndquadrant.com
2018-03-26 12:03:42 -03:00
..
access Fix thinko in comment 2018-03-26 12:03:42 -03:00
bootstrap Handle heap rewrites even better in logical decoding 2018-03-21 09:15:04 -04:00
catalog Handle INSERT .. ON CONFLICT with partitioned tables 2018-03-26 10:43:54 -03:00
commands Allow FOR EACH ROW triggers on partitioned tables 2018-03-23 10:48:22 -03:00
executor Handle INSERT .. ON CONFLICT with partitioned tables 2018-03-26 10:43:54 -03:00
foreign Remove bogus "extern" annotations on function definitions. 2018-02-19 12:07:44 -05:00
jit Adapt expression JIT to stdbool.h introduction. 2018-03-22 22:15:51 -07:00
lib Minor clean-up in dshash.{c,h}. 2018-03-01 16:25:46 -08:00
libpq Fix typo in comment 2018-03-19 10:45:44 +01:00
main Update copyright for 2018 2018-01-02 23:30:12 -05:00
nodes Basic planner and executor integration for JIT. 2018-03-22 11:51:58 -07:00
optimizer Fix typo 2018-03-26 09:56:41 -03:00
parser Handle INSERT .. ON CONFLICT with partitioned tables 2018-03-26 10:43:54 -03:00
po Translation updates 2017-08-07 13:55:34 -04:00
port Support huge pages on Windows 2018-01-21 15:40:46 +01:00
postmaster Log when a BRIN autosummarization request fails 2018-03-14 11:59:40 -03:00
regex Update copyright for 2018 2018-01-02 23:30:12 -05:00
replication Fix unsafe extraction of the OID part of a relation filename. 2018-03-25 15:15:40 -04:00
rewrite Remove pg_class.relhaspkey 2018-03-14 15:31:34 -04:00
snowball Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
statistics Update copyright for 2018 2018-01-02 23:30:12 -05:00
storage Fix make rules that generate multiple output files. 2018-03-23 13:46:00 -04:00
tcop Small refactoring 2018-03-23 17:18:22 -04:00
tsearch Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
utils Fix make rules that generate multiple output files. 2018-03-23 13:46:00 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Fix make rules that generate multiple output files. 2018-03-23 13:46:00 -04:00
common.mk Support for optimizing and emitting code in LLVM JIT provider. 2018-03-22 11:05:22 -07:00
nls.mk Translation updates 2017-05-15 12:19:54 -04:00