{"id":24297782,"url":"https://github.com/ibarwick/pg_replslot_reader","last_synced_at":"2026-04-21T06:06:21.633Z","repository":{"id":70372203,"uuid":"67039897","full_name":"ibarwick/pg_replslot_reader","owner":"ibarwick","description":"A largely useless utility to extract the contents of PostgreSQL replication slot files into human-readable form.","archived":false,"fork":false,"pushed_at":"2021-11-24T01:59:20.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T08:57:54.149Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibarwick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-31T13:28:41.000Z","updated_at":"2021-11-24T01:59:22.000Z","dependencies_parsed_at":"2023-02-24T15:45:13.704Z","dependency_job_id":null,"html_url":"https://github.com/ibarwick/pg_replslot_reader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibarwick/pg_replslot_reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibarwick%2Fpg_replslot_reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibarwick%2Fpg_replslot_reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibarwick%2Fpg_replslot_reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibarwick%2Fpg_replslot_reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibarwick","download_url":"https://codeload.github.com/ibarwick/pg_replslot_reader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibarwick%2Fpg_replslot_reader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32079519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-16T20:29:26.232Z","updated_at":"2026-04-21T06:06:21.628Z","avatar_url":"https://github.com/ibarwick.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"pg_replslot_reader\n==================\n\nUtility to display information about replication slots stored in\nthe PostgreSQL data directory, regardless of whether the server\nis running or not.\n\nIt is designed to be independent of PostgreSQL version, provided the\nversion is at least 9.4 (when replication slots were introduced).\n\nReplication slot state is kept as on-disk data, not in the system\ncatalogue, due to the requirement to make them available on standbys\nfor cascaded standby setups.\n\nThis utility serves little practical purpose.\n\nInstallation\n------------\n\nSimply:\n\n    USE_PGXS=1 make install\n\nwhich will place the `pg_replslot_reader` binary in the PostgreSQL\ndirectory determined by whatever `pg_config` is found in the path.\n\nUsage\n-----\n\nProvide the data directory to examine with `-D/--pgdata`.\n\nExample:\n\n    pg_replslot_reader -D ~/devel/postgres/data/head\n    Checking directory /home/barwick/devel/postgres/data/head...\n    1 replication slot(s) found\n\n    foo\n    ---\n      Type: physical\n      Persistency: persistent\n      Version: 2\n      Length: 160\n\n\nCopyright\n---------\n\n`pg_replslot_reader` is licensed under the same terms as the PostgreSQL\nproject itself.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibarwick%2Fpg_replslot_reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibarwick%2Fpg_replslot_reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibarwick%2Fpg_replslot_reader/lists"}