[PR #1556] [MERGED] docs: update Postgres checkpointer for persistence #2157

Closed
opened 2026-02-20 17:46:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1556
Author: @gbaian10
Created: 8/30/2024
Status: Merged
Merged: 9/3/2024
Merged by: @vbarda

Base: mainHead: docs/postgres


📝 Commits (6)

  • ffe4eb4 docs: send the AsyncConnectionPool to the AsyncPostgresSaver
  • 753b684 docs: remove unuse import
  • ee11262 refactor: move the pool variable.
  • 1cc1d42 Revert "refactor: move the pool variable."
  • e442c74 docs: rename ConnectionPool variable
  • 0919860 refactor: remove pool.connection()

📊 Changes

1 file changed (+5 additions, -9 deletions)

View changed files

📝 examples/persistence_postgres.ipynb (+5 -9)

📄 Description

  1. Directly send the AsyncConnectionPool to the AsyncPostgresSaver
  2. Rename the variable used with ConnectionPool
  3. Remove unuse import

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/1556 **Author:** [@gbaian10](https://github.com/gbaian10) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `docs/postgres` --- ### 📝 Commits (6) - [`ffe4eb4`](https://github.com/langchain-ai/langgraph/commit/ffe4eb4ce50cd50dd67ee2ddf6d92e38d43d79f5) docs: send the `AsyncConnectionPool` to the `AsyncPostgresSaver` - [`753b684`](https://github.com/langchain-ai/langgraph/commit/753b684767060f3cfdff2b55058121e898128a2d) docs: remove unuse import - [`ee11262`](https://github.com/langchain-ai/langgraph/commit/ee112627850befe2a4a5bb9ff6f4feba7edc0e15) refactor: move the pool variable. - [`1cc1d42`](https://github.com/langchain-ai/langgraph/commit/1cc1d422bcc1a79ba6347fe5b7f5fa7927fd62ec) Revert "refactor: move the pool variable." - [`e442c74`](https://github.com/langchain-ai/langgraph/commit/e442c7445022410a8b07f5c0bb530bf139b82c7b) docs: rename ConnectionPool variable - [`0919860`](https://github.com/langchain-ai/langgraph/commit/0919860a0be144aedcd9848b06260a9aa4b8d267) refactor: remove pool.connection() ### 📊 Changes **1 file changed** (+5 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `examples/persistence_postgres.ipynb` (+5 -9) </details> ### 📄 Description 1. Directly send the `AsyncConnectionPool` to the `AsyncPostgresSaver` 2. Rename the variable used with `ConnectionPool` 3. Remove unuse import --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:46:25 -05:00
yindo closed this issue 2026-02-20 17:46:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2157