Home
last modified time | relevance | path

Searched refs:amprocForm (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/catalog/
H A Dobjectaddress.c2809 Form_pg_amproc amprocForm; in getObjectDescription() local
2829 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
2832 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
2840 amprocForm->amprocnum, in getObjectDescription()
2841 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
2842 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
2844 format_procedure(amprocForm->amproc)); in getObjectDescription()
4248 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4270 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4281 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/catalog/
H A Dobjectaddress.c2809 Form_pg_amproc amprocForm; in getObjectDescription() local
2829 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
2832 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
2840 amprocForm->amprocnum, in getObjectDescription()
2841 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
2842 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
2844 format_procedure(amprocForm->amproc)); in getObjectDescription()
4248 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4270 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4281 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/catalog/
H A Dobjectaddress.c2809 Form_pg_amproc amprocForm; in getObjectDescription() local
2829 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
2832 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
2840 amprocForm->amprocnum, in getObjectDescription()
2841 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
2842 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
2844 format_procedure(amprocForm->amproc)); in getObjectDescription()
4248 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4270 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4281 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/catalog/
H A Dobjectaddress.c2809 Form_pg_amproc amprocForm; in getObjectDescription() local
2829 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
2832 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
2840 amprocForm->amprocnum, in getObjectDescription()
2841 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
2842 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
2844 format_procedure(amprocForm->amproc)); in getObjectDescription()
4248 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4270 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4281 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/catalog/
H A Dobjectaddress.c2809 Form_pg_amproc amprocForm; in getObjectDescription() local
2829 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
2832 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
2840 amprocForm->amprocnum, in getObjectDescription()
2841 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
2842 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
2844 format_procedure(amprocForm->amproc)); in getObjectDescription()
4248 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4270 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4281 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/catalog/
H A Dobjectaddress.c2809 Form_pg_amproc amprocForm; in getObjectDescription() local
2829 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
2832 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
2840 amprocForm->amprocnum, in getObjectDescription()
2841 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
2842 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
2844 format_procedure(amprocForm->amproc)); in getObjectDescription()
4248 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4270 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4281 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/catalog/
H A Dobjectaddress.c2809 Form_pg_amproc amprocForm; in getObjectDescription() local
2829 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
2832 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
2840 amprocForm->amprocnum, in getObjectDescription()
2841 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
2842 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
2844 format_procedure(amprocForm->amproc)); in getObjectDescription()
4248 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4270 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4281 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/catalog/
H A Dobjectaddress.c2990 Form_pg_amproc amprocForm; in getObjectDescription() local
3010 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3013 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3021 amprocForm->amprocnum, in getObjectDescription()
3022 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3023 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3025 format_procedure(amprocForm->amproc)); in getObjectDescription()
4520 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4542 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4553 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/catalog/
H A Dobjectaddress.c2990 Form_pg_amproc amprocForm; in getObjectDescription() local
3010 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3013 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3021 amprocForm->amprocnum, in getObjectDescription()
3022 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3023 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3025 format_procedure(amprocForm->amproc)); in getObjectDescription()
4520 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4542 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4553 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/catalog/
H A Dobjectaddress.c3031 Form_pg_amproc amprocForm; in getObjectDescription() local
3051 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3054 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3062 amprocForm->amprocnum, in getObjectDescription()
3063 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3064 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3066 format_procedure(amprocForm->amproc)); in getObjectDescription()
4602 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4624 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4635 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/catalog/
H A Dobjectaddress.c2990 Form_pg_amproc amprocForm; in getObjectDescription() local
3010 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3013 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3021 amprocForm->amprocnum, in getObjectDescription()
3022 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3023 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3025 format_procedure(amprocForm->amproc)); in getObjectDescription()
4520 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4542 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4553 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/catalog/
H A Dobjectaddress.c2990 Form_pg_amproc amprocForm; in getObjectDescription() local
3010 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3013 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3021 amprocForm->amprocnum, in getObjectDescription()
3022 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3023 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3025 format_procedure(amprocForm->amproc)); in getObjectDescription()
4520 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4542 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4553 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/catalog/
H A Dobjectaddress.c2990 Form_pg_amproc amprocForm; in getObjectDescription() local
3010 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3013 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3021 amprocForm->amprocnum, in getObjectDescription()
3022 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3023 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3025 format_procedure(amprocForm->amproc)); in getObjectDescription()
4520 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4542 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4553 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/catalog/
H A Dobjectaddress.c2990 Form_pg_amproc amprocForm; in getObjectDescription() local
3010 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3013 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3021 amprocForm->amprocnum, in getObjectDescription()
3022 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3023 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3025 format_procedure(amprocForm->amproc)); in getObjectDescription()
4520 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4542 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4553 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/catalog/
H A Dobjectaddress.c3031 Form_pg_amproc amprocForm; in getObjectDescription() local
3051 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3054 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3062 amprocForm->amprocnum, in getObjectDescription()
3063 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3064 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3066 format_procedure(amprocForm->amproc)); in getObjectDescription()
4602 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4624 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4635 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/catalog/
H A Dobjectaddress.c3031 Form_pg_amproc amprocForm; in getObjectDescription() local
3051 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3054 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3062 amprocForm->amprocnum, in getObjectDescription()
3063 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3064 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3066 format_procedure(amprocForm->amproc)); in getObjectDescription()
4602 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4624 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4635 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/catalog/
H A Dobjectaddress.c3031 Form_pg_amproc amprocForm; in getObjectDescription() local
3051 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3054 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3062 amprocForm->amprocnum, in getObjectDescription()
3063 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3064 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3066 format_procedure(amprocForm->amproc)); in getObjectDescription()
4602 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4624 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4635 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/catalog/
H A Dobjectaddress.c3031 Form_pg_amproc amprocForm; in getObjectDescription() local
3051 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3054 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3062 amprocForm->amprocnum, in getObjectDescription()
3063 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3064 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3066 format_procedure(amprocForm->amproc)); in getObjectDescription()
4602 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4624 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4635 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/catalog/
H A Dobjectaddress.c3031 Form_pg_amproc amprocForm;
3051 amprocForm = (Form_pg_amproc) GETSTRUCT(tup);
3054 getOpFamilyDescription(&opfam, amprocForm->amprocfamily);
3062 amprocForm->amprocnum,
3063 format_type_be(amprocForm->amproclefttype),
3064 format_type_be(amprocForm->amprocrighttype),
3066 format_procedure(amprocForm->amproc));
4602 Form_pg_amproc amprocForm;
4624 amprocForm = (Form_pg_amproc) GETSTRUCT(tup);
4635 psprintf("%d", amprocForm->amprocnum));
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/catalog/
H A Dobjectaddress.c2990 Form_pg_amproc amprocForm; in getObjectDescription() local
3010 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3013 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3021 amprocForm->amprocnum, in getObjectDescription()
3022 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3023 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3025 format_procedure(amprocForm->amproc)); in getObjectDescription()
4520 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4542 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4553 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/catalog/
H A Dobjectaddress.c3079 Form_pg_amproc amprocForm; in getObjectDescription() local
3099 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3102 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3110 amprocForm->amprocnum, in getObjectDescription()
3111 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3112 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3114 format_procedure(amprocForm->amproc)); in getObjectDescription()
4656 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4678 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4689 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/catalog/
H A Dobjectaddress.c3079 Form_pg_amproc amprocForm; in getObjectDescription() local
3099 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3102 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3110 amprocForm->amprocnum, in getObjectDescription()
3111 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3112 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3114 format_procedure(amprocForm->amproc)); in getObjectDescription()
4656 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4678 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4689 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/catalog/
H A Dobjectaddress.c3031 Form_pg_amproc amprocForm;
3051 amprocForm = (Form_pg_amproc) GETSTRUCT(tup);
3054 getOpFamilyDescription(&opfam, amprocForm->amprocfamily);
3062 amprocForm->amprocnum,
3063 format_type_be(amprocForm->amproclefttype),
3064 format_type_be(amprocForm->amprocrighttype),
3066 format_procedure(amprocForm->amproc));
4602 Form_pg_amproc amprocForm;
4624 amprocForm = (Form_pg_amproc) GETSTRUCT(tup);
4635 psprintf("%d", amprocForm->amprocnum));
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/catalog/
H A Dobjectaddress.c3080 Form_pg_amproc amprocForm; in getObjectDescription() local
3100 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3103 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3111 amprocForm->amprocnum, in getObjectDescription()
3112 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3113 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3115 format_procedure(amprocForm->amproc)); in getObjectDescription()
4657 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4679 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4690 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/catalog/
H A Dobjectaddress.c3080 Form_pg_amproc amprocForm; in getObjectDescription() local
3100 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectDescription()
3103 getOpFamilyDescription(&opfam, amprocForm->amprocfamily); in getObjectDescription()
3111 amprocForm->amprocnum, in getObjectDescription()
3112 format_type_be(amprocForm->amproclefttype), in getObjectDescription()
3113 format_type_be(amprocForm->amprocrighttype), in getObjectDescription()
3115 format_procedure(amprocForm->amproc)); in getObjectDescription()
4657 Form_pg_amproc amprocForm; in getObjectIdentityParts() local
4679 amprocForm = (Form_pg_amproc) GETSTRUCT(tup); in getObjectIdentityParts()
4690 psprintf("%d", amprocForm->amprocnum)); in getObjectIdentityParts()
[all …]

12