projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08309aa
)
Fix typo in comment.
author
Fujii Masao
<fujii@postgresql.org>
Thu, 6 Nov 2014 11:04:11 +0000
(20:04 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Thu, 6 Nov 2014 11:04:11 +0000
(20:04 +0900)
Etsuro Fujita
src/backend/commands/matview.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/matview.c
b/src/backend/commands/matview.c
index 30bd40db185544129df226680038fdccbbc9ab5f..db05f7cf80106f0eab5bd9a69eb87c9d5f50154c 100644
(file)
--- a/
src/backend/commands/matview.c
+++ b/
src/backend/commands/matview.c
@@
-473,7
+473,7
@@
transientrel_destroy(DestReceiver *self)
* the given integer, to make a new table name based on the old one.
*
* This leaks memory through palloc(), which won't be cleaned up until the
- * current memory
memory
context is freed.
+ * current memory context is freed.
*/
static char *
make_temptable_name_n(char *tempname, int n)