pgsql: Doc: Fix link to fillfactor reloption.

2023-05-10 Thread Peter Geoghegan
Doc: Fix link to fillfactor reloption. Fix a link from the "Heap-Only Tuples" documentation section. Previously, its "fillfactor" link pointed to the "CREATE TABLE" command's documentation. Now the link directly points to the fillfactor storage parameter documentation (which is about half way int

pgsql: Doc: Fix link to fillfactor reloption.

2023-05-10 Thread Peter Geoghegan
Doc: Fix link to fillfactor reloption. Fix a link from the "Heap-Only Tuples" documentation section. Previously, its "fillfactor" link pointed to the "CREATE TABLE" command's documentation. Now the link directly points to the fillfactor storage parameter documentation (which is about half way int

pgsql: Doc: Fix link to fillfactor reloption.

2023-05-10 Thread Peter Geoghegan
Doc: Fix link to fillfactor reloption. Fix a link from the "Heap-Only Tuples" documentation section. Previously, its "fillfactor" link pointed to the "CREATE TABLE" command's documentation. Now the link directly points to the fillfactor storage parameter documentation (which is about half way int

pgsql: Doc: Fix link to fillfactor reloption.

2023-05-10 Thread Peter Geoghegan
Doc: Fix link to fillfactor reloption. Fix a link from the "Heap-Only Tuples" documentation section. Previously, its "fillfactor" link pointed to the "CREATE TABLE" command's documentation. Now the link directly points to the fillfactor storage parameter documentation (which is about half way int

pgsql: Doc: Fix link to fillfactor reloption.

2023-05-10 Thread Peter Geoghegan
Doc: Fix link to fillfactor reloption. Fix a link from the "Heap-Only Tuples" documentation section. Previously, its "fillfactor" link pointed to the "CREATE TABLE" command's documentation. Now the link directly points to the fillfactor storage parameter documentation (which is about half way int

pgsql: Fix publication syntax error message

2023-05-10 Thread Alvaro Herrera
Fix publication syntax error message There was some odd wording in corner-case gram.y error messages "some error ... at or near", which appears to have been modeled after "syntax error" messages. However, they don't work that way, and they're just wrong. They're also uncovered by tests. Remove

pgsql: Fix publication syntax error message

2023-05-10 Thread Alvaro Herrera
Fix publication syntax error message There was some odd wording in corner-case gram.y error messages "some error ... at or near", which appears to have been modeled after "syntax error" messages. However, they don't work that way, and they're just wrong. They're also uncovered by tests. Remove

pgsql: Add missing gettext triggers

2023-05-10 Thread Peter Eisentraut
Add missing gettext triggers due to the changes in commit dac048f71e Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d8bcce1b5e99d8f6f12cb7a94190fdc5622355af Modified Files -- src/backend/nls.mk | 3 +++ 1 file changed, 3 insertions(+)