Skip to content

Commit

Permalink
Translate custom-scan.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju authored and gleu committed Jun 16, 2017
1 parent d7273d5 commit 11d0361
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions postgresql/custom-scan.xml
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,13 @@ void (*InitializeWorkerCustomScan) (CustomScanState *node,
<programlisting>
void (*ShutdownCustomScan) (CustomScanState *node);
</programlisting>
Release resources when it is anticipated the node will not be executed
to completion. This is not called in all cases; sometimes,
<literal>EndCustomScan</literal> may be called without this function having
been called first. Since the DSM segment used by parallel query is
destroyed just after this callback is invoked, custom scan providers that
wish to take some action before the DSM segment goes away should implement
this method.
Libère les ressources quand il est anticipé que le nœud ne sera pas exécuté
entièrement. Cette fonction ne sera pas appelée dans tous les cas;
parfois, <literal>EndCustomScan</literal> peut être appelée sans que cette
ait été appelée avant. Puisque le segment DSM utilisé par les requêtes
parallèles est détruit juste après que ce callback soit appelé, les modules
de parcours personnalisés qui désirent effectuer des actions avant que le
segment DSM disparaissent devraient implémenter cette méthode.
</para>

<para>
Expand Down

0 comments on commit 11d0361

Please sign in to comment.