PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ handleInterrupt()

static void handleInterrupt ( int  sig)
static

Definition at line 672 of file rtpostgis.c.

673 {
674  /*
675  * NOTE: printf here would be dangerous, see
676  * https://trac.osgeo.org/postgis/ticket/3644
677  */
678  // printf("postgis_raster interrupt requested\n"); fflush(stdout);
679 
680  /* Request interruption of liblwgeom as well */
682 
683  /* Pass control into the usual core handler */
684  if (coreIntHandler) {
685  (*coreIntHandler)(sig);
686  }
687 }
void lwgeom_request_interrupt(void)
Request interruption of any running code.
Definition: lwgeom_api.c:663
static pqsigfunc coreIntHandler
Definition: rtpostgis.c:655

References coreIntHandler, and lwgeom_request_interrupt().

Referenced by _PG_init().

Here is the call graph for this function:
Here is the caller graph for this function: