Bug 220537 - [NEW PORT] databases/pg_dirtyread: Read dead but unvacuumed tuples from a PostgreSQL relation
Summary: [NEW PORT] databases/pg_dirtyread: Read dead but unvacuumed tuples from a Pos...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Torsten Zuehlsdorff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-07 12:35 UTC by Jov
Modified: 2017-07-27 09:21 UTC (History)
1 user (show)

See Also:


Attachments
pg_dirtyread.shar (1.84 KB, text/plain)
2017-07-07 12:35 UTC, Jov
no flags Details
pg_dirtyread.sha (1.79 KB, text/plain)
2017-07-23 11:31 UTC, Jov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jov 2017-07-07 12:35:28 UTC
Created attachment 184153 [details]
pg_dirtyread.shar

The pg_dirtyread extension provides the ability to read dead but unvacuumed
rows from a relation.

WWW: https://github.com/ChristophBerg/pg_dirtyread

QA:
portlint -AC
looks fine.

poudriere testport passed on 11.0R-amd64
Comment 1 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2017-07-07 13:27:50 UTC
Why not taking this PR also? :D *take*
Comment 2 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2017-07-11 12:14:18 UTC
I'm a little bit concerned about the PORTVERSION. I can see that you used a commit for getting the latest bugfix, but there is an release with version 1.0. 

When a new release, say 1.1, is distributed, will it be higher than 20170416? While there are various ways to handle this: would you like to poke the developer and ask for an official release? This would be the finest way. Otherwise we can go with your version.

BTW: nice work. It is very clean and i could not find any errors!
Comment 3 Jov 2017-07-12 02:00:34 UTC
(In reply to Torsten Zuehlsdorff from comment #2)
Thank you for your input.I have opened an issue to ask new release.
Comment 4 Jov 2017-07-23 11:31:19 UTC
Created attachment 184627 [details]
pg_dirtyread.sha

update to version 1.1.

QA:
portlint -AC
looks fine.
poudriere testport: 11.0R-amd64
Comment 5 Jov 2017-07-23 11:32:42 UTC
(In reply to Torsten Zuehlsdorff from comment #2)
Hi Torsten, the upstream just release the 1.1, I have updated the patch. Thanks!
Comment 6 commit-hook freebsd_committer freebsd_triage 2017-07-27 09:20:06 UTC
A commit references this bug:

Author: tz
Date: Thu Jul 27 09:19:00 UTC 2017
New revision: 446726
URL: https://svnweb.freebsd.org/changeset/ports/446726

Log:
  New port: databases/pg_dirtyread

  The pg_dirtyread extension provides the ability to read dead but unvacuumed
  rows from a relation.

  WWW: https://github.com/ChristophBerg/pg_dirtyread

  PR:           220537
  Submitted by: Jov <amutu@amutu.com>

Changes:
  head/databases/Makefile
  head/databases/pg_dirtyread/
  head/databases/pg_dirtyread/Makefile
  head/databases/pg_dirtyread/distinfo
  head/databases/pg_dirtyread/pkg-descr
Comment 7 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2017-07-27 09:21:31 UTC
Committed, thanks! :)