Skip to content

Commit 67cd018

Browse files
committed
Startup is actually start-up.
1 parent 883d1cc commit 67cd018

18 files changed

+82
-82
lines changed

HISTORY

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ Vacuumdb script now supports --all option (Peter E)
232232
ecpg new portable FETCH syntax
233233
Add ecpg EXEC SQL IFDEF, EXEC SQL IFNDEF, EXEC SQL ELSE, EXEC SQL ELIF
234234
and EXEC SQL ENDIF directives
235-
Add pg_ctl script to control backend startup (Tatsuo)
236-
Add postmaster.opts.default file to store startup flags (Tatsuo)
235+
Add pg_ctl script to control backend start-up (Tatsuo)
236+
Add postmaster.opts.default file to store start-up flags (Tatsuo)
237237
Allow --with-mb=SQL_ASCII
238238
Increase maximum number of index keys to 16 (Bruce)
239239
Increase maximum number of function arguments to 16 (Bruce)
@@ -764,7 +764,7 @@ Update contrib/pginterface/findoidjoins script(Tom)
764764
Major speedup in vacuum of deleted rows with indexes(Vadim)
765765
Allow non-SQL functions to run different versions based on arguments(Tom)
766766
Add -E option that shows actual queries sent by \dt and friends(Masaaki Sakaida)
767-
Add version number in startup banners for psql(Masaaki Sakaida)
767+
Add version number in start-up banners for psql(Masaaki Sakaida)
768768
New contrib/vacuumlo removes large objects not referenced(Peter)
769769
New initialization for table sizes so non-vacuumed tables perform better(Tom)
770770
Improve error messages when a connection is rejected(Tom)
@@ -1059,7 +1059,7 @@ New SERIAL data type, auto-creates sequence/index(Thomas)
10591059
Enable assert checking without a recompile(Massimo)
10601060
User lock enhancements(Massimo)
10611061
New setval() command to set sequence value(Massimo)
1062-
Auto-remove unix socket file on startup if no postmaster running(Massimo)
1062+
Auto-remove unix socket file on start-up if no postmaster running(Massimo)
10631063
Conditional trace package(Massimo)
10641064
New UNLISTEN command(Massimo)
10651065
Psql and libpq now compile under win32 using win32.mak(Magnus)
@@ -1419,8 +1419,8 @@ New LOCK command and lock manual page describing deadlocks(Bruce)
14191419
Add new psql \da, \dd, \df, \do, \dS, and \dT commands(Bruce)
14201420
Enhance psql \z to show sequences(Bruce)
14211421
Show NOT NULL and DEFAULT in psql \d table(Bruce)
1422-
New psql .psqlrc file startup(Andrew)
1423-
Modify sample startup script in contrib/linux to show syslog(Thomas)
1422+
New psql .psqlrc file start-up(Andrew)
1423+
Modify sample start-up script in contrib/linux to show syslog(Thomas)
14241424
New types for IP and MAC addresses in contrib/ip_and_mac(TomH)
14251425
Unix system time conversions with date/time types in contrib/unixdate(Thomas)
14261426
Update of contrib stuff(Massimo)
@@ -1618,7 +1618,7 @@ Add routines for text trimming on both ends, substring, and string position(Thom
16181618
Added conversion routines circle(box) and poly(circle)(Thomas)
16191619
Allow internal sorts to be stored in memory rather than in files(Bruce & Vadim)
16201620
Allow functions and operators on internally-identical types to succeed(Bruce)
1621-
Speed up backend startup after profiling analysis(Bruce)
1621+
Speed up backend start-up after profiling analysis(Bruce)
16221622
Inline frequently called functions for performance(Bruce)
16231623
Reduce open() calls(Bruce)
16241624
psql: Add PAGER for \h and \?,\C fix

doc/src/sgml/datatype.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.34 2000/08/24 23:36:28 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.35 2000/08/29 20:02:07 momjian Exp $
33
-->
44

55
<chapter id="datatype">
@@ -1219,13 +1219,13 @@ January 8 04:05:06 1999 PST
12191219
<listitem>
12201220
<para>
12211221
The <envar>PGDATESTYLE</envar> environment variable used by the backend directly
1222-
on postmaster startup.
1222+
on postmaster start-up.
12231223
</para>
12241224
</listitem>
12251225
<listitem>
12261226
<para>
12271227
The <envar>PGDATESTYLE</envar> environment variable used by the frontend libpq
1228-
on session startup.
1228+
on session start-up.
12291229
</para>
12301230
</listitem>
12311231
<listitem>
@@ -1305,7 +1305,7 @@ January 8 04:05:06 1999 PST
13051305
<listitem>
13061306
<para>
13071307
The TZ environment variable used by the backend directly
1308-
on postmaster startup as the default time zone.
1308+
on postmaster start-up as the default time zone.
13091309
</para>
13101310
</listitem>
13111311
<listitem>

doc/src/sgml/history.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/history.sgml,v 1.8 2000/05/02 20:01:51 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.9 2000/08/29 20:02:07 momjian Exp $
33
-->
44

55
<sect1>
@@ -246,7 +246,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.8 2000/05/02 20:01:51 thom
246246
<listitem>
247247
<para>
248248
Overall backend code speed has been increased by approximately 20-40%,
249-
and backend startup time has decreased 80% since v6.0 was released.
249+
and backend start-up time has decreased 80% since v6.0 was released.
250250
</para>
251251
</listitem>
252252
</itemizedlist>

doc/src/sgml/indexcost.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/indexcost.sgml,v 2.3 2000/03/31 17:18:26 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/indexcost.sgml,v 2.4 2000/08/29 20:02:07 momjian Exp $
33
-->
44

55
<chapter>
@@ -111,7 +111,7 @@ amcostestimate (Query *root,
111111
<term>*indexStartupCost</term>
112112
<listitem>
113113
<para>
114-
Set to cost of index startup processing
114+
Set to cost of index start-up processing
115115
</para>
116116
</listitem>
117117
</varlistentry>
@@ -160,9 +160,9 @@ amcostestimate (Query *root,
160160
</para>
161161

162162
<para>
163-
The "startup cost" is the part of the total scan cost that must be expended
163+
The "start-up cost" is the part of the total scan cost that must be expended
164164
before we can begin to fetch the first tuple. For most indexes this can
165-
be taken as zero, but an index type with a high startup cost might want
165+
be taken as zero, but an index type with a high start-up cost might want
166166
to set it nonzero.
167167
</para>
168168

doc/src/sgml/installation.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.15 2000/08/29 04:15:43 momjian Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.16 2000/08/29 20:02:07 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
@@ -165,7 +165,7 @@ su - postgres
165165

166166
<para>
167167
On systems which have <productname>PostgreSQL</> started at boot time, there is
168-
probably a startup file that will accomplish the same thing. For
168+
probably a start-up file that will accomplish the same thing. For
169169
example, on a Redhat Linux system one might find that
170170
<programlisting>
171171
/etc/rc.d/init.d/postgres.init stop
@@ -777,7 +777,7 @@ setenv LD_LIBRARY_PATH /usr/local/pgsql/lib
777777
</programlisting>
778778
Replace <literal>/usr/local/pgsql/lib</> with whatever you set
779779
<option><literal>--libdir</></> to in <xref linkend="configure">.
780-
You should put these commands into a shell startup file such as
780+
You should put these commands into a shell start-up file such as
781781
<filename>/etc/profile</> or <filename>~/.bash_profile</>.
782782
</para>
783783

@@ -810,7 +810,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
810810
add <filename>/usr/local/pgsql/bin</> (or what you set
811811
<option><literal>--bindir</></> to in <xref linkend="configure">)
812812
into your <envar>PATH</>. To do this, add the following to your
813-
shell startup file, such as <filename>~/.bash_profile</> (or
813+
shell start-up file, such as <filename>~/.bash_profile</> (or
814814
<filename>/etc/profile</>, if you want it to affect every user):
815815
<programlisting>
816816
PATH=$PATH:/usr/local/pgsql/bin
@@ -824,7 +824,7 @@ set path = ( /usr/local/pgsql/bin path )
824824
<para>
825825
To enable your system to find the <application>man</>
826826
documentation, you need to add a line like the following to a
827-
shell startup file:
827+
shell start-up file:
828828
<programlisting>
829829
MANPATH=$MANPATH:/usr/local/pgsql/man
830830
</programlisting>

doc/src/sgml/jdbc.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/Attic/jdbc.sgml,v 1.11 2000/08/23 05:59:02 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.12 2000/08/29 20:02:07 momjian Exp $
33
-->
44

55
<chapter id="jdbc">
@@ -816,7 +816,7 @@ used. Also, only the function's required are entered into this table,
816816
keeping connection times as fast as possible.
817817

818818
The postgresql.LargeObject class performs a query upon it's
819-
startup, and passes the returned ResultSet to the addFunctions()
819+
start-up, and passes the returned ResultSet to the addFunctions()
820820
method here.
821821

822822
Once this has been done, the LargeObject api refers to the

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.39 2000/08/29 04:15:43 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.40 2000/08/29 20:02:07 momjian Exp $
33
-->
44

55
<chapter id="libpq-chapter">
@@ -337,7 +337,7 @@ PostgresPollingStatusType *PQconnectPoll(PQconn *conn)
337337
</listitem>
338338
<listitem>
339339
<para>
340-
CONNECTION_AUTH_OK: Received authentication; waiting for backend startup.
340+
CONNECTION_AUTH_OK: Received authentication; waiting for backend start-up.
341341
</para>
342342
</listitem>
343343
<listitem>

doc/src/sgml/manage-ag.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/manage-ag.sgml,v 2.9 2000/06/30 16:14:21 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/manage-ag.sgml,v 2.10 2000/08/29 20:02:07 momjian Exp $
33
-->
44

55
<chapter id="managing-databases">
@@ -134,8 +134,8 @@ setenv PGDATA2 /home/postgres/data
134134
in csh or tcsh. You have to make sure that this environment
135135
variable is always defined in the server environment, otherwise
136136
you won't be able to access that database. Therefore you probably
137-
want to set it in some sort of shell startup file or server
138-
startup script.
137+
want to set it in some sort of shell start-up file or server
138+
start-up script.
139139
</para>
140140

141141
<para>

doc/src/sgml/odbc.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/Attic/odbc.sgml,v 1.15 2000/05/02 20:01:52 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/odbc.sgml,v 1.16 2000/08/29 20:02:07 momjian Exp $
33
-->
44

55
<chapter id="odbc">
@@ -1070,7 +1070,7 @@ can't load library 'libodbc.so'\n", 61) = -1 EIO (I/O error)
10701070

10711071
<para>
10721072
You can add information about your
1073-
database login and password to the standard Applix startup
1073+
database login and password to the standard Applix start-up
10741074
macro file. This is an example
10751075
<filename>~/axhome/macros/login.am</filename> file:
10761076

doc/src/sgml/plan.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plan.sgml,v 2.3 2000/03/31 17:45:00 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plan.sgml,v 2.4 2000/08/29 20:02:07 momjian Exp $
33
-->
44

55
<chapter>
@@ -40,7 +40,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/plan.sgml,v 2.3 2000/03/31 17:45:00 t
4040
<itemizedlist>
4141
<listitem>
4242
<para>
43-
Estimated startup cost (time expended before output scan can start,
43+
Estimated start-up cost (time expended before output scan can start,
4444
eg, time to do the sorting in a SORT node).
4545
</para>
4646
</listitem>
@@ -241,7 +241,7 @@ Hash Join (cost=89.60..574.10 rows=100 width=296)
241241
using ye same olde indexscan, stash them into an in-memory hash table,
242242
and then do a sequential scan of tenk2, probing into the hash table
243243
for possible matches of "t1.unique2 = t2.unique2" at each tenk2 tuple.
244-
The cost to read tenk1 and set up the hash table is entirely startup
244+
The cost to read tenk1 and set up the hash table is entirely start-up
245245
cost for the hash join, since we won't get any tuples out until we can
246246
start reading tenk2. The total time estimate for the join also
247247
includes a pretty hefty charge for CPU time to probe the hash table

0 commit comments

Comments
 (0)