Home
last modified time | relevance | path

Searched refs:missingIsNull (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/catalog/
H A Dheap.c2200 bool missingIsNull = true; in StoreAttrDefault() local
2216 &missingIsNull); in StoreAttrDefault()
2222 if (missingIsNull) in StoreAttrDefault()
2239 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2243 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2250 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/catalog/
H A Dheap.c2200 bool missingIsNull = true; in StoreAttrDefault() local
2216 &missingIsNull); in StoreAttrDefault()
2222 if (missingIsNull) in StoreAttrDefault()
2239 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2243 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2250 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/catalog/
H A Dheap.c2200 bool missingIsNull = true; in StoreAttrDefault() local
2216 &missingIsNull); in StoreAttrDefault()
2222 if (missingIsNull) in StoreAttrDefault()
2239 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2243 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2250 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/catalog/
H A Dheap.c2200 bool missingIsNull = true; in StoreAttrDefault() local
2216 &missingIsNull); in StoreAttrDefault()
2222 if (missingIsNull) in StoreAttrDefault()
2239 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2243 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2250 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/catalog/
H A Dheap.c2200 bool missingIsNull = true;
2216 &missingIsNull);
2222 if (missingIsNull)
2239 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull;
2243 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull;
2250 if (!missingIsNull)
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/catalog/
H A Dheap.c2200 bool missingIsNull = true; in StoreAttrDefault() local
2216 &missingIsNull); in StoreAttrDefault()
2222 if (missingIsNull) in StoreAttrDefault()
2239 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2243 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2250 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/catalog/
H A Dheap.c2200 bool missingIsNull = true; in StoreAttrDefault() local
2216 &missingIsNull); in StoreAttrDefault()
2222 if (missingIsNull) in StoreAttrDefault()
2239 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2243 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2250 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/catalog/
H A Dheap.c2248 bool missingIsNull = true; in StoreAttrDefault() local
2265 &missingIsNull); in StoreAttrDefault()
2271 if (missingIsNull) in StoreAttrDefault()
2288 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2292 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2299 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/catalog/
H A Dheap.c2248 bool missingIsNull = true; in StoreAttrDefault() local
2265 &missingIsNull); in StoreAttrDefault()
2271 if (missingIsNull) in StoreAttrDefault()
2288 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2292 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2299 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/catalog/
H A Dheap.c2292 bool missingIsNull = true; in StoreAttrDefault() local
2309 &missingIsNull); in StoreAttrDefault()
2315 if (missingIsNull) in StoreAttrDefault()
2331 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2335 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2342 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/catalog/
H A Dheap.c2292 bool missingIsNull = true; in StoreAttrDefault() local
2309 &missingIsNull); in StoreAttrDefault()
2315 if (missingIsNull) in StoreAttrDefault()
2331 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2335 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2342 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/catalog/
H A Dheap.c2292 bool missingIsNull = true; in StoreAttrDefault() local
2309 &missingIsNull); in StoreAttrDefault()
2315 if (missingIsNull) in StoreAttrDefault()
2331 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2335 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2342 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/catalog/
H A Dheap.c2292 bool missingIsNull = true; in StoreAttrDefault() local
2309 &missingIsNull); in StoreAttrDefault()
2315 if (missingIsNull) in StoreAttrDefault()
2331 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2335 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2342 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/catalog/
H A Dheap.c2248 bool missingIsNull = true; in StoreAttrDefault() local
2265 &missingIsNull); in StoreAttrDefault()
2271 if (missingIsNull) in StoreAttrDefault()
2287 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2291 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2298 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/catalog/
H A Dheap.c2292 bool missingIsNull = true; in StoreAttrDefault() local
2309 &missingIsNull); in StoreAttrDefault()
2315 if (missingIsNull) in StoreAttrDefault()
2331 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2335 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2342 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/catalog/
H A Dheap.c2248 bool missingIsNull = true; in StoreAttrDefault() local
2265 &missingIsNull); in StoreAttrDefault()
2271 if (missingIsNull) in StoreAttrDefault()
2287 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2291 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2298 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/catalog/
H A Dheap.c2292 bool missingIsNull = true; in StoreAttrDefault() local
2309 &missingIsNull); in StoreAttrDefault()
2315 if (missingIsNull) in StoreAttrDefault()
2331 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2335 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2342 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/catalog/
H A Dheap.c2292 bool missingIsNull = true; in StoreAttrDefault() local
2309 &missingIsNull); in StoreAttrDefault()
2315 if (missingIsNull) in StoreAttrDefault()
2331 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2335 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2342 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/catalog/
H A Dheap.c2248 bool missingIsNull = true; in StoreAttrDefault() local
2265 &missingIsNull); in StoreAttrDefault()
2271 if (missingIsNull) in StoreAttrDefault()
2287 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2291 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2298 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/catalog/
H A Dheap.c2248 bool missingIsNull = true;
2265 &missingIsNull);
2271 if (missingIsNull)
2288 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull;
2292 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull;
2299 if (!missingIsNull)
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/catalog/
H A Dheap.c2248 bool missingIsNull = true; in StoreAttrDefault() local
2265 &missingIsNull); in StoreAttrDefault()
2271 if (missingIsNull) in StoreAttrDefault()
2287 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2291 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2298 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/catalog/
H A Dheap.c2248 bool missingIsNull = true;
2265 &missingIsNull);
2271 if (missingIsNull)
2287 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull;
2291 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull;
2298 if (!missingIsNull)
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/catalog/
H A Dheap.c2248 bool missingIsNull = true; in StoreAttrDefault() local
2265 &missingIsNull); in StoreAttrDefault()
2271 if (missingIsNull) in StoreAttrDefault()
2288 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2292 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2299 if (!missingIsNull) in StoreAttrDefault()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/catalog/
H A Dheap.c2248 bool missingIsNull = true;
2265 &missingIsNull);
2271 if (missingIsNull)
2288 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull;
2292 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull;
2299 if (!missingIsNull)
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/catalog/
H A Dheap.c2248 bool missingIsNull = true; in StoreAttrDefault() local
2265 &missingIsNull); in StoreAttrDefault()
2271 if (missingIsNull) in StoreAttrDefault()
2288 valuesAtt[Anum_pg_attribute_atthasmissing - 1] = !missingIsNull; in StoreAttrDefault()
2292 nullsAtt[Anum_pg_attribute_attmissingval - 1] = missingIsNull; in StoreAttrDefault()
2299 if (!missingIsNull) in StoreAttrDefault()

12