Hi, > Please include tests in your patch. I have posted a sample test suite > in > <https://www.postgresql.org/message-id/[email protected]>, > which you could use. > > Also, as mentioned before, hash_metapage_info result fields spares and > mapp should be arrays of integer, not a text string.
I have added the test-case in the v9 patch shared upthread and also corrected datatypes for spares and mapp fields in a metapage. Now these two fields are being shown as an array of integers rather than text. https://www.postgresql.org/message-id/CAE9k0Pke046HKYfuJGcCtP77NyHrun7hBV-v20a0TW4CUg4H%2BA%40mail.gmail.com -- With Regards, Ashutosh Sharma EnterpriseDB:http://www.enterprisedb.com -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
