*v_fcinfo_isnull = LLVMBuildLoad(b, v_fcinfo_isnullp, "");
/*
- * Add lifetime-end annotation, signaling that writes to memory don't
- * have to be retained (important for inlining potential).
+ * Add lifetime-end annotation, signaling that writes to memory don't have
+ * to be retained (important for inlining potential).
*/
{
LLVMValueRef v_lifetime = create_LifetimeEnd(mod);
/*
* Agg can project, so no need to be terribly picky about child tlist, but
* we do need grouping columns to be available. We are a bit more careful
- * with hash aggregate, where we explicitly request small tlist to minimize
- * I/O needed for spilling (we can't be sure spilling won't be necessary,
- * so we just do it every time).
+ * with hash aggregate, where we explicitly request small tlist to
+ * minimize I/O needed for spilling (we can't be sure spilling won't be
+ * necessary, so we just do it every time).
*/
flags = CP_LABEL_TLIST;
/*
* Agg can project, so no need to be terribly picky about child tlist, but
* we do need grouping columns to be available. We are a bit more careful
- * with hash aggregate, where we explicitly request small tlist to minimize
- * I/O needed for spilling (we can't be sure spilling won't be necessary,
- * so we just do it every time).
+ * with hash aggregate, where we explicitly request small tlist to
+ * minimize I/O needed for spilling (we can't be sure spilling won't be
+ * necessary, so we just do it every time).
*/
flags = CP_LABEL_TLIST;
HandleAutoVacLauncherInterrupts();
/*
- * a worker finished, or postmaster signaled failure to start a
- * worker
+ * a worker finished, or postmaster signaled failure to start a worker
*/
if (got_SIGUSR2)
{
*
* *call_again is false on the first call to index_fetch_tuple for a tid.
* If there potentially is another tuple matching the tid, *call_again
- * needs be set to true by index_fetch_tuple, signaling to the caller
+ * needs to be set to true by index_fetch_tuple, signaling to the caller
* that index_fetch_tuple should be called again for the same tid.
*
* *all_dead, if all_dead is not NULL, should be set to true by