File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ $ENV{MSBFLAGS}="/m";
205
205
206
206
<variablelist>
207
207
<varlistentry>
208
- <term><productname>ActiveState TCL </productname></term>
208
+ <term><productname>ActiveState Tcl </productname></term>
209
209
<listitem><para>
210
210
Required for building <application>PL/Tcl</application> (Note: version
211
211
8.4 is required, the free Standard Distribution is sufficient).
Original file line number Diff line number Diff line change 122
122
Subtransactions can be started explicitly using the
123
123
<command>SAVEPOINT</command> command, but can also be started in
124
124
other ways, such as PL/pgSQL's <literal>EXCEPTION</literal> clause.
125
- PL/Python and PL/TCL also support explicit subtransactions.
125
+ PL/Python and PL/Tcl also support explicit subtransactions.
126
126
Subtransactions can also be started from other subtransactions.
127
127
The top-level transaction and its child subtransactions form a
128
128
hierarchy or tree, which is why we refer to the main transaction as
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ static void pltcl_init_tuple_store(pltcl_call_state *call_state);
334
334
/*
335
335
* Hack to override Tcl's builtin Notifier subsystem. This prevents the
336
336
* backend from becoming multithreaded, which breaks all sorts of things.
337
- * That happens in the default version of Tcl_InitNotifier if the TCL library
337
+ * That happens in the default version of Tcl_InitNotifier if the Tcl library
338
338
* has been compiled with multithreading support (i.e. when TCL_THREADS is
339
339
* defined under Unix, and in all cases under Windows).
340
340
* It's okay to disable the notifier because we never enter the Tcl event loop
You can’t perform that action at this time.
0 commit comments