projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc23119
)
Fix typo in comment
author
Alvaro Herrera
<
[email protected]
>
Wed, 8 Aug 2012 21:34:20 +0000
(17:34 -0400)
committer
Alvaro Herrera
<
[email protected]
>
Wed, 8 Aug 2012 21:40:50 +0000
(17:40 -0400)
src/backend/commands/tablecmds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/tablecmds.c
b/src/backend/commands/tablecmds.c
index 6ff08a29cc15bcd99af86dc701c7dcb49b678af3..da45db44b0f963291c3f9a3336d15801a892673f 100644
(file)
--- a/
src/backend/commands/tablecmds.c
+++ b/
src/backend/commands/tablecmds.c
@@
-10165,7
+10165,7
@@
AtEOSubXact_on_commit_actions(bool isCommit, SubTransactionId mySubid,
* This is intended as a callback for RangeVarGetRelidExtended(). It allows
* the table to be locked only if (1) it's a plain table or TOAST table and
* (2) the current user is the owner (or the superuser). This meets the
- * permission-checking needs of both CLUTER and REINDEX TABLE; we expose it
+ * permission-checking needs of both CLU
S
TER and REINDEX TABLE; we expose it
* here so that it can be used by both.
*/
void