pg_index.indislossy
От | Bruce Momjian |
---|---|
Тема | pg_index.indislossy |
Дата | |
Msg-id | 200105142035.f4EKZns27145@candle.pha.pa.us обсуждение исходный текст |
Ответы |
Re: pg_index.indislossy
Re: pg_index.indislossy |
Список | pgsql-hackers |
Can someone tell me what we use indislossy for? The only comment I could find was: /* * WITH clause reinstated to handle lossy indices. -- JMH, 7/22/96 */foreach(pl, parameterList){ DefElem *param =(DefElem *) lfirst(pl); if (!strcasecmp(param->defname, "islossy")) lossy = true; else elog(NOTICE, "Unrecognized index attribute\"%s\" ignored", param->defname);} and bool indislossy; /* do we fetch false tuples (lossy * compression)? */ Should I remove this column? -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania19026
В списке pgsql-hackers по дате отправления: