Remove custom redundant full page write description from GIN - Mailing list pgsql-hackers

From Kirill Reshke
Subject Remove custom redundant full page write description from GIN
Date
Msg-id CALdSSPgk=9WRoXhZy5fdk+T1hiau7qbL_vn94w_L1N=gtEdbsg@mail.gmail.com
Whole thread Raw
Responses Re: Remove custom redundant full page write description from GIN
List pgsql-hackers
Hi hackers!
While reading waldump output for the GIN index I noticed $subj.

Here is an example:

```
rmgr: Gin         len (rec/tot):     53/   113, tx:        788, lsn:
0/01D2B700, prev 0/01D2B590, desc: INSERT isdata: F isleaf: T (full
page image), blkref #0: rel 1663/16384/32857 blk 1 FPW
```

Notice we have "(full page image)" from gindesc and "FPW" from generic
waldump code

I suggest removing this custom FPW support.

-- 
Best regards,
Kirill Reshke

Attachment

pgsql-hackers by date:

Previous
From: Ajin Cherian
Date:
Subject: Re: Improve pg_sync_replication_slots() to wait for primary to advance
Next
From: Tomas Vondra
Date:
Subject: Re: index prefetching