Home
last modified time | relevance | path

Searched refs:hintmsg (Results 1 – 25 of 118) sorted by relevance

12345

/dports/databases/timescaledb/timescaledb-2.5.1/src/
H A Dchunk_adaptive.c45 const char *hintmsg; in convert_text_memory_amount_to_bytes() local
52 if (!parse_int(memory_amount, &nblocks, GUC_UNIT_BLOCKS, &hintmsg)) in convert_text_memory_amount_to_bytes()
56 errhint("%s", hintmsg))); in convert_text_memory_amount_to_bytes()
88 const char *hintmsg; in get_memory_cache_size() local
100 if (!parse_int(val, &shared_buffers, GUC_UNIT_BLOCKS, &hintmsg)) in get_memory_cache_size()
101 elog(ERROR, "could not parse 'shared_buffers' setting: %s", hintmsg); in get_memory_cache_size()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/config/
H A Dpool_config_variables.c3435 const char *hintmsg; in setConfigOptionVar() local
3443 hintmsg ? errhint("%s", _(hintmsg)) : 0)); in setConfigOptionVar()
3553 hintmsg ? errhint("%s", _(hintmsg)) : 0)); in setConfigOptionVar()
3664 hintmsg ? errhint("%s", _(hintmsg)) : 0)); in setConfigOptionVar()
3914 hintmsg ? errhint("%s", hintmsg) : 0)); in setConfigOptionVar()
3916 if (hintmsg) in setConfigOptionVar()
3917 pfree(hintmsg); in setConfigOptionVar()
5167 if (hintmsg) in parse_int()
5168 *hintmsg = NULL; in parse_int()
5210 if (hintmsg) in parse_int()
[all …]
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/config/
H A Dpool_config_variables.c3369 const char *hintmsg; in setConfigOptionVar() local
3377 hintmsg ? errhint("%s", _(hintmsg)) : 0)); in setConfigOptionVar()
3487 hintmsg ? errhint("%s", _(hintmsg)) : 0)); in setConfigOptionVar()
3598 hintmsg ? errhint("%s", _(hintmsg)) : 0)); in setConfigOptionVar()
3848 hintmsg ? errhint("%s", hintmsg) : 0)); in setConfigOptionVar()
3850 if (hintmsg) in setConfigOptionVar()
3851 pfree(hintmsg); in setConfigOptionVar()
5112 if (hintmsg) in parse_int()
5113 *hintmsg = NULL; in parse_int()
5155 if (hintmsg) in parse_int()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/include/utils/
H A Dguc.h361 const char **hintmsg);
363 const char **hintmsg);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/utils/
H A Dguc.h368 const char **hintmsg);
370 const char **hintmsg);
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/utils/
H A Dguc.h368 const char **hintmsg);
370 const char **hintmsg);
/dports/databases/postgresql14-server/postgresql-14.1/src/include/utils/
H A Dguc.h368 const char **hintmsg);
370 const char **hintmsg);
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/utils/
H A Dguc.h368 const char **hintmsg);
370 const char **hintmsg);
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/utils/
H A Dguc.h368 const char **hintmsg);
370 const char **hintmsg);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/utils/
H A Dguc.h367 const char **hintmsg);
369 const char **hintmsg);
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/utils/
H A Dguc.h368 const char **hintmsg);
370 const char **hintmsg);
/dports/databases/postgresql14-client/postgresql-14.1/src/include/utils/
H A Dguc.h368 const char **hintmsg);
370 const char **hintmsg);
/dports/databases/postgresql13-server/postgresql-13.5/src/include/utils/
H A Dguc.h367 const char **hintmsg);
369 const char **hintmsg);
/dports/databases/postgresql12-server/postgresql-12.9/src/include/utils/
H A Dguc.h361 const char **hintmsg);
363 const char **hintmsg);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/utils/
H A Dguc.h361 const char **hintmsg);
363 const char **hintmsg);
/dports/databases/postgresql13-client/postgresql-13.5/src/include/utils/
H A Dguc.h367 const char **hintmsg);
369 const char **hintmsg);
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/utils/
H A Dguc.h367 const char **hintmsg);
369 const char **hintmsg);
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/utils/
H A Dguc.h361 const char **hintmsg);
363 const char **hintmsg);
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/utils/
H A Dguc.h361 const char **hintmsg);
363 const char **hintmsg);
/dports/databases/postgresql12-plperl/postgresql-12.9/src/include/utils/
H A Dguc.h361 const char **hintmsg);
363 const char **hintmsg);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/utils/
H A Dguc.h367 const char **hintmsg);
369 const char **hintmsg);
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/utils/
H A Dguc.h367 const char **hintmsg);
369 const char **hintmsg);
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/utils/
H A Dguc.h367 const char **hintmsg);
369 const char **hintmsg);
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/utils/
H A Dguc.h361 const char **hintmsg);
363 const char **hintmsg);
/dports/devel/py-numba/numba-0.51.2/numba/np/ufunc/
H A Dparallel.py434 hintmsg = "HINT:\n%s"
438 hint = hintmsg % err_helpers[required[0]]
441 hint = hintmsg % ("One of:\n%s" % options)

12345