mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Fix more typos and inconsistencies in documentation
This fixes a couple of grammar mistakes, typos and inconsistencies in the documentation. Particularly, the configuration parsing allows only "kB" to mean kilobyte but there were references in the docs to "KB". Some instances of the latter are still in the code comments. Some parameter values were mentioned with "Minus-one", and using directly "-1" with proper markups is more helpful to the reader. Some of these have been pointed out by Justin, and some others are things I bumped into. Author: Justin Pryzby, Michael Paquier Reviewed-by: Tom Lane Discussion: https://postgr.es/m/20190330224333.GQ5815@telsasoft.com
This commit is contained in:
@@ -872,7 +872,7 @@ BETTER: unrecognized node type: 42
|
||||
from a few platform dependent pieces.
|
||||
</para>
|
||||
<para>
|
||||
A few features included in the C99 standard are, at this time, not be
|
||||
A few features included in the C99 standard are, at this time, not
|
||||
permitted to be used in core <productname>PostgreSQL</productname>
|
||||
code. This currently includes variable length arrays, intermingled
|
||||
declarations and code, <literal>//</literal> comments, universal
|
||||
|
||||
Reference in New Issue
Block a user