Changeset e339e1b44a0250a2b1f15e90ca24b42c3561d6a9
- Timestamp:
- 10/23/09 21:47:34
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1256334454 +0000
- git-parent:
[95da4d03b21a3c6dddd17c80da46c7e2b62fd8c0]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1256334454 +0000
- Message:
this is wrong
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r15e6a4b |
re339e1b |
|
| 59 | 59 | END IF; |
|---|
| 60 | 60 | |
|---|
| 61 | | |
|---|
| 62 | | IF v_min_whence <= v_max_rollup_5 THEN |
|---|
| 63 | | -- do we still need this? i think "we" dont, but maybe some people do? |
|---|
| 64 | | DELETE FROM metric_numeric_rollup_5m |
|---|
| 65 | | WHERE rollup_time = v_min_whence; |
|---|
| 66 | | END IF; |
|---|
| 67 | | |
|---|
| 68 | 61 | FOR v_info IN SELECT * FROM stratcon.window_robust_derive(v_min_whence) LOOP |
|---|
| 69 | 62 | |
|---|