Re: Push down time-related SQLValue functions to foreign server - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: Push down time-related SQLValue functions to foreign server
Date
Msg-id CADkLM=fYKsBRkr3h6rQGzbRmhRPPu7wrstewXNO-rfB+M2m1Ng@mail.gmail.com
Whole thread Raw
In response to Re: Push down time-related SQLValue functions to foreign server  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hmm ... not really, because for these particular functions, the
point is exactly that we *don't* translate them to some function
call on the remote end.  We evaluate them locally and push the
resulting constant to the far side, thus avoiding issues like
clock skew.

Ah, my pattern matching brain was so excited to see a use for routine mapping that I didn't notice that important detail.

pgsql-hackers by date:

Previous
From: Ronan Dunklau
Date:
Subject: Re: Proposal: More structured logging
Next
From: Masahiko Sawada
Date:
Subject: Re: Skipping logical replication transactions on subscriber side