Re: POC: Cleaning up orphaned files using undo logs
От | Amit Kapila |
---|---|
Тема | Re: POC: Cleaning up orphaned files using undo logs |
Дата | |
Msg-id | CAA4eK1K-aOR8KQQPj+7-M+CogSWWbLQpinb75Ajg7kf1H_+XLA@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: POC: Cleaning up orphaned files using undo logs (Robert Haas <robertmhaas@gmail.com>) |
Ответы |
Re: POC: Cleaning up orphaned files using undo logs
|
Список | pgsql-hackers |
On Wed, Jun 19, 2019 at 11:35 PM Robert Haas <robertmhaas@gmail.com> wrote: > > On Tue, Jun 18, 2019 at 2:07 PM Robert Haas <robertmhaas@gmail.com> wrote: > > On Tue, Jun 18, 2019 at 7:31 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > > [ new patches ] > > > > I tried writing some code [ to use these patches ]. > > > for (;;) > { > UnpackedUndoRecord *uur = UndoFetchRecord(urp); > if (i like this one) > break; > urp = uur->uur_blkprev; // should be renamed, since zedstore + > probably others will have tuple chains not block chains .. +1 for renaming this variable. How about uur_prev_ver or uur_prevver or uur_verprev? Any other suggestions? -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
В списке pgsql-hackers по дате отправления: