1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Fix various instances of "the the".

Two of these were pointed out by Erik Rijkers; the rest I found.
This commit is contained in:
Robert Haas
2010-04-23 23:21:44 +00:00
parent 473af39737
commit 33980a0640
10 changed files with 19 additions and 19 deletions

View File

@@ -63,7 +63,7 @@ href="../../backend/parser">parser</a> - converts SQL query to
query tree</h2>
<p>This converts SQL queries coming from <i>libpq</i> into
command-specific structures to be used the the optimizer/executor,
command-specific structures to be used the optimizer/executor,
or <i>/commands</i> routines. The SQL is lexically analyzed into
keywords, identifiers, and constants, and passed to the parser. The
parser creates command-specific structures to hold the elements of