Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959c0f7 commit e035a29Copy full SHA for e035a29
src/backend/bootstrap/bootparse.y
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.61 2003/11/09 21:30:35 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.62 2003/11/14 18:19:45 tgl Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -64,6 +64,7 @@ do_end()
64
{
65
CommitTransactionCommand();
66
elog(DEBUG4, "commit transaction");
67
+ CHECK_FOR_INTERRUPTS(); /* allow SIGINT to kill bootstrap run */
68
if (isatty(0))
69
70
printf("bootstrap> ");
0 commit comments