diff options
author | Andres Freund | 2018-03-28 21:22:42 +0000 |
---|---|---|
committer | Andres Freund | 2018-03-28 21:22:42 +0000 |
commit | e6c039d13e16a3a2dec5ba479d9d1fb3229c03a3 (patch) | |
tree | 48ae179e70cf0b3317c4879024bf5cca48302ccb /doc/src/sgml/storage.sgml | |
parent | 1f0c6a9e7dca70ba7d2c949e42298d764ca457c0 (diff) |
Add documentation for the JIT feature.
As promised in earlier commits, this adds documentation about the new
build options, the new GUCs, about the planner logic when JIT is used,
and the benefits of JIT in general.
Also adds a more implementation oriented README.
I'm sure we're going to want to expand this further, but I think this
is a reasonable start.
Author: Andres Freund, with contributions by Thomas Munro
Reviewed-By: Thomas Munro
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'doc/src/sgml/storage.sgml')
-rw-r--r-- | doc/src/sgml/storage.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index c0e548fa5bc..70a822e0597 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -875,7 +875,7 @@ data. Empty in ordinary tables.</entry> <filename>src/include/storage/bufpage.h</filename>. </para> - <para> + <para id="heaptuple"> Following the page header are item identifiers (<type>ItemIdData</type>), each requiring four bytes. |