Home
last modified time | relevance | path

Searched refs:hintmsg (Results 76 – 100 of 118) sorted by relevance

12345

/dports/databases/postgresql10-client/postgresql-10.19/src/include/utils/
H A Dguc.h362 const char **hintmsg);
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/utils/
H A Dguc.h362 const char **hintmsg);
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/utils/
H A Dguc.h362 const char **hintmsg);
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/utils/
H A Dguc.h362 const char **hintmsg);
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/utils/
H A Dguc.h362 const char **hintmsg);
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/utils/
H A Dguc.h363 const char **hintmsg);
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/utils/
H A Dguc.h363 const char **hintmsg);
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/utils/
H A Dguc.h363 const char **hintmsg);
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/utils/
H A Dguc.h363 const char **hintmsg);
/dports/databases/postgresql10-server/postgresql-10.19/src/include/utils/
H A Dguc.h362 const char **hintmsg);
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/utils/
H A Dguc.h363 const char **hintmsg);
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/utils/
H A Dguc.h362 const char **hintmsg);
/dports/databases/postgresql11-server/postgresql-11.14/src/include/utils/
H A Dguc.h363 const char **hintmsg);
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/utils/
H A Dguc.h363 const char **hintmsg);
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/utils/
H A Dguc.h363 const char **hintmsg);
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/utils/
H A Dguc.h363 const char **hintmsg);
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/config/
H A Dpool_config_variables.c2995 char *hintmsg = NULL; in setConfigOptionVar() local
2998 hintmsg = config_enum_get_options(conf, in setConfigOptionVar()
3006 hintmsg ? errhint("%s",hintmsg) : 0)); in setConfigOptionVar()
3008 if (hintmsg) in setConfigOptionVar()
3009 pfree(hintmsg); in setConfigOptionVar()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/tools/pgmd5/
H A Dpool_config_variables.c2995 char *hintmsg = NULL; in setConfigOptionVar() local
2998 hintmsg = config_enum_get_options(conf, in setConfigOptionVar()
3006 hintmsg ? errhint("%s",hintmsg) : 0)); in setConfigOptionVar()
3008 if (hintmsg) in setConfigOptionVar()
3009 pfree(hintmsg); in setConfigOptionVar()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/config/
H A Dpool_config_variables.c3308 char *hintmsg = NULL; in setConfigOptionVar() local
3311 hintmsg = config_enum_get_options(conf, in setConfigOptionVar()
3319 hintmsg ? errhint("%s",hintmsg) : 0)); in setConfigOptionVar()
3321 if (hintmsg) in setConfigOptionVar()
3322 pfree(hintmsg); in setConfigOptionVar()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/config/
H A Dpool_config_variables.c3509 char *hintmsg = NULL; in setConfigOptionVar() local
3512 hintmsg = config_enum_get_options(conf, in setConfigOptionVar()
3520 hintmsg ? errhint("%s", hintmsg) : 0)); in setConfigOptionVar()
3522 if (hintmsg) in setConfigOptionVar()
3523 pfree(hintmsg); in setConfigOptionVar()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/config/
H A Dpool_config_variables.c3655 char *hintmsg = NULL; in setConfigOptionVar() local
3658 hintmsg = config_enum_get_options(conf, in setConfigOptionVar()
3666 hintmsg ? errhint("%s", hintmsg) : 0)); in setConfigOptionVar()
3668 if (hintmsg) in setConfigOptionVar()
3669 pfree(hintmsg); in setConfigOptionVar()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c5307 const char *hintmsg; in readRecoveryCommandFile() local
5310 &hintmsg)) in readRecoveryCommandFile()
5315 hintmsg ? errhint("%s", _(hintmsg)) : 0)); in readRecoveryCommandFile()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/transam/
H A Dxlog.c5503 const char *hintmsg; in readRecoveryCommandFile() local
5506 &hintmsg)) in readRecoveryCommandFile()
5511 hintmsg ? errhint("%s", _(hintmsg)) : 0)); in readRecoveryCommandFile()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c5307 const char *hintmsg; in readRecoveryCommandFile() local
5310 &hintmsg)) in readRecoveryCommandFile()
5315 hintmsg ? errhint("%s", _(hintmsg)) : 0)); in readRecoveryCommandFile()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/transam/
H A Dxlog.c5307 const char *hintmsg; in readRecoveryCommandFile() local
5310 &hintmsg)) in readRecoveryCommandFile()
5315 hintmsg ? errhint("%s", _(hintmsg)) : 0)); in readRecoveryCommandFile()

12345