File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
*
10
10
*
11
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.61 2003/11/09 21:30:35 tgl Exp $
12
+ * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.62 2003/11/14 18:19:45 tgl Exp $
13
13
*
<
7064
td data-grid-cell-id="diff-7ee3c4d04c532858a5f7738bffeab700d24ab11459b6b6a602457e01a0fe1ac5-14-14-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">14
14
*-------------------------------------------------------------------------
15
15
*/
@@ -64,6 +64,7 @@ do_end()
64
64
{
65
65
CommitTransactionCommand ();
66
66
elog (DEBUG4, " commit transaction" );
67
+ CHECK_FOR_INTERRUPTS (); /* allow SIGINT to kill bootstrap run */
67
68
if (isatty (0 ))
68
69
{
69
70
printf (" bootstrap> " );
You can’t perform that action at this time.
0 commit comments