The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/13/storage-toast.html
Description:
Hey team,
It would be nice to add a break-down of why the TOAST Pointer size is 18
bytes
quoting here
```A pointer datum representing an out-of-line on
PG Doc comments form writes:
> It would be nice to add a break-down of why the TOAST Pointer size is 18
> bytes
Use the source, Luke. The useful pointer data is indeed 16 bytes:
https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/include/postgres.h;h=c48f47e930ad05d3ae2e24b0c0c8566
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/13/tutorial-sql-intro.html
Description:
Hi,
On this page https://www.postgresql.org/docs/13/tutorial-sql-intro.html
`src/tutorial/` gets mentioned.
It would be very kind if this could be a