} /* END FOR */
End_Phoned_Word;
-
- return;
} /* END metaphone */
*(state->curop) = '\0';
state->curop++;
state->sumlen += lenval + 1;
- return;
}
#define STACKDEPTH 32
fprintf(stderr, "WARNING: invalid content in \"%s\"\n", triggerPath);
fflush(stderr);
- return;
}
/*
mbuf->data_end = newbuf + (mbuf->data_end - mbuf->data);
mbuf->read_pos = newbuf + (mbuf->read_pos - mbuf->data);
mbuf->data = newbuf;
-
- return;
}
int
*size = 0.0;
else
*size = (float) Abs(a->upper - a->lower);
-
- return;
}
Datum
if (avd_ex.auditdeny & av_code_ex)
avd->auditdeny |= av_code;
}
-
- return;
}
/*
LockBuffer(child->parent->buffer, GIST_EXCLUSIVE);
gistFindCorrectParent(r, child);
}
-
- return;
}
/*
else
appendStringInfo(buf, "offset %u, length %u", offset, length);
}
-
- return;
}
/*
if (gxact->ondisk)
RemoveTwoPhaseFile(xid, giveWarning);
RemoveGXact(gxact);
-
- return;
}
/* translator: %s represents an SQL statement name */
errmsg("%s can only be used in transaction blocks",
stmtType)));
- return;
}
/*
MemoryContextSwitchTo(oldcxt);
MemoryContextReset(tstate->perTableCxt);
-
- return;
}
/*
* Leave the module alive, otherwise references to function would be
* dangling.
*/
-
- return;
}
/*
*found_p = true;
}
}
- return;
}
CHECK_FOR_INTERRUPTS();
}
}
-
- return;
}
/*
WAIT_EVENT_WAL_SENDER_MAIN);
}
}
- return;
}
/* Initialize a per-walsender data structure for this walsender process */
(uint32) (sentPtr >> 32), (uint32) sentPtr);
set_ps_display(activitymsg, false);
}
-
- return;
}
/*
* when necessary (eg: role changes)
*/
*hasRowSecurity = true;
-
- return;
}
/*
quad = julian * 2141 / 65536;
*day = julian - 7834 * quad / 256;
*month = (quad + 10) % MONTHS_PER_YEAR + 1;
-
- return;
} /* j2date() */
free(curr_line);
free(optlines);
-
- return;
}
/*
WriteDataToArchiveNone(AH, cs, data, dLen);
break;
}
- return;
}
/*
cs->zp->next_in = (void *) unconstify(char *, data);
cs->zp->avail_in = dLen;
DeflateCompressorZlib(AH, cs, false);
-
- return;
}
static void
const char *data, size_t dLen)
{
cs->writeF(AH, data, dLen);
- return;
}
fatal("internal error -- WriteData cannot be called outside the context of a DataDumper routine");
AH->WriteDataPtr(AH, data, dLen);
-
- return;
}
/*
archputs(const char *s, Archive *AH)
{
WriteData(AH, s, strlen(s));
- return;
}
/* Public */
if (bytes_written != size * nmemb)
WRITE_ERROR_EXIT;
-
- return;
}
/* on some error, we may decide to go on... */
if (dLen > 0)
/* WriteDataToArchive() internally throws write errors */
WriteDataToArchive(AH, cs, data, dLen);
-
- return;
}
/*
if (fwrite(buf, 1, len, AH->FH) != len)
WRITE_ERROR_EXIT;
ctx->filePos += len;
-
- return;
}
/*
if (fread(buf, 1, len, AH->FH) != len)
READ_ERROR_EXIT(AH->FH);
ctx->filePos += len;
-
- return;
}
/*
WriteInt(AH, len);
_WriteBuf(AH, buf, len);
}
- return;
}
/*
if (dLen > 0 && cfwrite(data, dLen, ctx->dataFH) != dLen)
fatal("could not write to output file: %s",
get_cfp_error(ctx->dataFH));
-
-
- return;
}
/*
if (cfwrite(buf, len, ctx->dataFH) != len)
fatal("could not write to output file: %s",
get_cfp_error(ctx->dataFH));
-
- return;
}
/*
*/
if (cfread(buf, len, ctx->dataFH) != len)
fatal("could not read from input file: end of file");
-
- return;
}
/*
{
/* Just send it to output, ahwrite() already errors on failure */
ahwrite(data, 1, dLen, AH);
- return;
}
/*
destroyPQExpBuffer(buf);
}
- return;
}
static void
_WriteBuf(ArchiveHandle *AH, const void *buf, size_t len)
{
/* Don't do anything */
- return;
}
static void
if (tarWrite(data, dLen, tctx->TH) != dLen)
WRITE_ERROR_EXIT;
-
- return;
}
static void
fatal("could not read from input file: end of file");
ctx->filePos += len;
- return;
}
static void
}
free(namecopy);
-
- return;
}
/*
thread_handles[parallel_jobs - 1] = child;
#endif
}
-
- return;
}
thread_handles[parallel_jobs - 1] = child;
#endif
}
-
- return;
}
end_progress_output();
check_ok();
-
- return;
}
/* We allocate something even for n_maps == 0 */
pg_free(mappings);
}
-
- return;
}
/*
PQclear(res);
PQfinish(conn);
-
- return;
}
}
}
#endif
-
- return;
}
/*
popt->wrap_left = unicode_style.wrap_left;
popt->wrap_right = unicode_style.wrap_right;
popt->wrap_right_border = unicode_style.wrap_right_border;
-
- return;
}
/*
rtoday(date * d)
{
PGTYPESdate_today(d);
- return;
}
int
for (; *str != '\0'; str++)
if (islower((unsigned char) *str))
*str = toupper((unsigned char) *str);
- return;
}
int
GetCurrentDateTime(&ts);
if (errno == 0)
*d = date2j(ts.tm_year, ts.tm_mon, ts.tm_mday) - date2j(2000, 1, 1);
- return;
}
#define PGTYPES_DATE_NUM_MAX_DIGITS 20 /* should suffice for most
quad = julian * 2141 / 65536;
*day = julian - 7834 * quad / 256;
*month = (quad + 10) % 12 + 1;
-
- return;
} /* j2date() */
/* DecodeSpecial()
GetCurrentDateTime(&tm);
if (errno == 0)
tm2timestamp(&tm, 0, NULL, ts);
- return;
}
static int
error:
*done = true;
*success = false;
- return;
}
/*
prodesc->proname)));
prodesc->reference = subref;
-
- return;
}
PUTBACK;
FREETMPS;
LEAVE;
-
- return;
}
static Datum
* Pop the error context stack
*/
error_context_stack = plerrcontext.previous;
-
- return;
}
/*
#endif
errno = EINVAL;
- return;
}
lo_close(conn, lobj_fd);
close(fd);
-
- return;
}
static void
lo_close(conn, lobj_fd);
close(fd);
-
- return;
}
static void