The Wayback Machine - https://web.archive.org/web/20200713214935/https://github.com/topics/postgresql-extension
Skip to content
#

postgresql-extension

Here are 113 public repositories matching this topic...

pashagolub
pashagolub commented Sep 25, 2019

WaitForEvent function heavily dependant on poll.h include, but in all other places, PostgreSQL uses such include tecnhique:

#ifdef HAVE_POLL_H
#include <poll.h>
#endif

If we do define include in such a manner we got:

pasha@PG480 MINGW64 /src/pg_auto_failover
$ make
make -C src/monitor/ all
make[1]: Entering directory '/src/pg_auto_failover/src/monitor'
gcc -Wall -Wmis
simkimsia
simkimsia commented Jan 11, 2020

I have this exact code snippet and the migration is successful.

from core.models import PersonStampedModel
from django_ltree.fields import PathField
from model_utils.models import SoftDeletableModel, TimeStampedModel
from organizations.managers import OrganizationOwnedSoftDeletableManager
from organizations.models import OrganizationOwnedModel
from partial_index import PQ, Parti

Improve this page

Add a description, image, and links to the postgresql-extension topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the postgresql-extension topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.