Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c134eb

Browse files
committed
Spell 'precedes', 'preceding' correctly in various places.
1 parentcf3b164 commit6c134eb

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

‎doc/src/sgml/bki.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/bki.sgml,v 1.8 2001/11/2105:53:40 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/bki.sgml,v 1.9 2001/11/2122:57:01 tgl Exp $
33
-->
44

55
<chapter id="bki">
@@ -50,7 +50,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/bki.sgml,v 1.8 2001/11/21 05:53:40 thomas E
5050
of a number of tokens, depending on the syntax of the command.
5151
Tokens are usually separated by whitespace, but need not be if
5252
there is no ambiguity. There is no special command separator; the
53-
next token that syntactically cannot belong to thepreceeding
53+
next token that syntactically cannot belong to thepreceding
5454
command starts a new one. (Usually you would put a new command on
5555
a new line, for clarity.) Tokens can be certain key words, special
5656
characters (parentheses, commas, etc.), numbers, or double-quoted

‎doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.79 2001/11/2105:53:41 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.80 2001/11/2122:57:01 tgl Exp $
33
-->
44

55
<chapter id="libpq">
@@ -922,7 +922,7 @@ strings overlap.
922922
characters MAY be escaped) when used as part of a <type>BYTEA</type>
923923
string literal in an <acronym>SQL</acronym> statement. In general, to
924924
escape a character, it is converted into the three digit octal number
925-
equal to the decimal <acronym>ASCII</acronym> value, andpreceeded by
925+
equal to the decimal <acronym>ASCII</acronym> value, andpreceded by
926926
two backslashes. The single quote (') and backslash (\) characters have
927927
special alternate escape sequences. See the Binary String data type
928928
in the User's Guide for more information. <function>PQescapeBytea

‎src/backend/utils/adt/datetime.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.80 2001/11/2105:58:51 thomas Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.81 2001/11/2122:57:01 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -2070,7 +2070,7 @@ DecodeSpecial(int field, char *lowtoken, int *val)
20702070
*an unsigned floating point number. - thomas 1997-11-16
20712071
*
20722072
* Allow ISO-style time span, with implicit units on number of days
2073-
*preceeding an hh:mm:ss field. - thomas 1998-04-30
2073+
*preceding an hh:mm:ss field. - thomas 1998-04-30
20742074
*/
20752075
int
20762076
DecodeDateDelta(char**field,int*ftype,intnf,int*dtype,structtm*tm,double*fsec)

‎src/include/nodes/execnodes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: execnodes.h,v 1.66 2001/11/05 17:46:34 momjian Exp $
10+
* $Id: execnodes.h,v 1.67 2001/11/21 22:57:01 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -302,7 +302,7 @@ typedef struct EState
302302
*|
303303
*| As a result, many classes have extra slots which they
304304
*| don't use. These slots are denoted (unused) in the
305-
*| commentpreceeding the class definition.If you
305+
*| commentpreceding the class definition.If you
306306
*| comes up with a better idea of a way of doing things
307307
*| along these lines, then feel free to make your idea
308308
*| known to me.. -cim 10/15/89

‎src/interfaces/ecpg/lib/execute.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/execute.c,v 1.32 2001/11/14 11:11:49 meskes Exp $ */
1+
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/execute.c,v 1.33 2001/11/21 22:57:01 tgl Exp $ */
22

33
/*
44
* The aim is to get a simpler inteface to the database routines.
@@ -130,7 +130,7 @@ quote_postgres(char *arg, int lineno)
130130

131131
/*
132132
* create a list of variables
133-
* The variables are listed with input variablespreceeding outputvariables
133+
* The variables are listed with input variablespreceding outputvariables
134134
* The end of each group is marked by an end marker.
135135
* per variable we list:
136136
* type - as defined in ecpgtype.h

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp