Commit 08401bd
committed
Remove now-dead prepend-savepoint machinery
With the #203 fix, SetStatementSvp no longer defers the internal
SAVEPOINT to be prepended onto the next query, so PREPEND_IN_PROGRESS is
never set. Remove the unreachable prepend handling in
CC_send_query_append (the prepend_savepoint local and its branch) and the
PREPEND_IN_PROGRESS enumerator. No behavior change.1 parent 3affd6f commit 08401bd
2 files changed
Lines changed: 2 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1875 | 1875 | | |
1876 | 1876 | | |
1877 | 1877 | | |
1878 | | - | |
| 1878 | + | |
1879 | 1879 | | |
1880 | 1880 | | |
1881 | 1881 | | |
| |||
1979 | 1979 | | |
1980 | 1980 | | |
1981 | 1981 | | |
1982 | | - | |
1983 | | - | |
1984 | | - | |
1985 | | - | |
1986 | 1982 | | |
1987 | 1983 | | |
1988 | 1984 | | |
1989 | 1985 | | |
1990 | 1986 | | |
1991 | | - | |
| 1987 | + | |
1992 | 1988 | | |
1993 | 1989 | | |
1994 | 1990 | | |
| |||
1999 | 1995 | | |
2000 | 1996 | | |
2001 | 1997 | | |
2002 | | - | |
2003 | | - | |
2004 | | - | |
2005 | | - | |
2006 | | - | |
2007 | | - | |
2008 | | - | |
2009 | | - | |
2010 | 1998 | | |
2011 | 1999 | | |
2012 | 2000 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
524 | | - | |
525 | 524 | | |
526 | 525 | | |
527 | 526 | | |
| |||
0 commit comments