Home
last modified time | relevance | path

Searched refs:detail_log (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/error/
H A Delog.c485 if (edata->detail_log) in errfinish()
486 pfree(edata->detail_log); in errfinish()
1496 if (newedata->detail_log) in CopyErrorData()
1497 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1534 if (edata->detail_log) in FreeErrorData()
1609 if (edata->detail_log) in ThrowErrorData()
1610 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1676 if (newedata->detail_log) in ReThrowError()
1677 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2746 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/error/
H A Delog.c485 if (edata->detail_log) in errfinish()
486 pfree(edata->detail_log); in errfinish()
1496 if (newedata->detail_log) in CopyErrorData()
1497 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1534 if (edata->detail_log) in FreeErrorData()
1609 if (edata->detail_log) in ThrowErrorData()
1610 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1676 if (newedata->detail_log) in ReThrowError()
1677 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2746 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/error/
H A Delog.c485 if (edata->detail_log) in errfinish()
486 pfree(edata->detail_log); in errfinish()
1496 if (newedata->detail_log) in CopyErrorData()
1497 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1534 if (edata->detail_log) in FreeErrorData()
1609 if (edata->detail_log) in ThrowErrorData()
1610 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1676 if (newedata->detail_log) in ReThrowError()
1677 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2746 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/error/
H A Delog.c485 if (edata->detail_log) in errfinish()
486 pfree(edata->detail_log); in errfinish()
1496 if (newedata->detail_log) in CopyErrorData()
1497 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1534 if (edata->detail_log) in FreeErrorData()
1609 if (edata->detail_log) in ThrowErrorData()
1610 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1676 if (newedata->detail_log) in ReThrowError()
1677 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2746 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/utils/error/
H A Delog.c485 if (edata->detail_log)
486 pfree(edata->detail_log);
1496 if (newedata->detail_log)
1497 newedata->detail_log = pstrdup(newedata->detail_log);
1534 if (edata->detail_log)
1609 if (edata->detail_log)
1610 newedata->detail_log = pstrdup(edata->detail_log);
1676 if (newedata->detail_log)
1677 newedata->detail_log = pstrdup(newedata->detail_log);
2746 if (edata->detail_log)
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/utils/error/
H A Delog.c485 if (edata->detail_log) in errfinish()
486 pfree(edata->detail_log); in errfinish()
1496 if (newedata->detail_log) in CopyErrorData()
1497 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1534 if (edata->detail_log) in FreeErrorData()
1609 if (edata->detail_log) in ThrowErrorData()
1610 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1676 if (newedata->detail_log) in ReThrowError()
1677 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2746 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/error/
H A Delog.c485 if (edata->detail_log) in errfinish()
486 pfree(edata->detail_log); in errfinish()
1496 if (newedata->detail_log) in CopyErrorData()
1497 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1534 if (edata->detail_log) in FreeErrorData()
1609 if (edata->detail_log) in ThrowErrorData()
1610 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1676 if (newedata->detail_log) in ReThrowError()
1677 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2746 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/error/
H A Delog.c488 if (edata->detail_log) in errfinish()
489 pfree(edata->detail_log); in errfinish()
1517 if (newedata->detail_log) in CopyErrorData()
1518 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1555 if (edata->detail_log) in FreeErrorData()
1630 if (edata->detail_log) in ThrowErrorData()
1631 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1697 if (newedata->detail_log) in ReThrowError()
1698 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2767 if (edata->detail_log) in write_csvlog()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/error/
H A Delog.c604 if (edata->detail_log) in errfinish()
605 pfree(edata->detail_log); in errfinish()
1582 if (newedata->detail_log) in CopyErrorData()
1583 newedata->detail_log = pstrdup(newedata->detail_log); in CopyErrorData()
1622 if (edata->detail_log) in FreeErrorData()
1698 if (edata->detail_log) in ThrowErrorData()
1699 newedata->detail_log = pstrdup(edata->detail_log); in ThrowErrorData()
1767 if (newedata->detail_log) in ReThrowError()
1768 newedata->detail_log = pstrdup(newedata->detail_log); in ReThrowError()
2884 if (edata->detail_log) in write_csvlog()
[all …]

1234567